|
||
FindBits |
|
|||
Structure |
The FindBits enumeration is used as a return value by the SilverSharp versions of the SilverScreen API routines find_first and find_next. This enumeration is a bit flag and symbolic names may be Or'd together.
|
|
||
Members |
See the return value definition of find_first for an explanation of the FindBits symbolic names. |
|
||
See Also |
|
|||
Example |
The following code searches for files with an ".env" extension in the current directory. When it finds them it adds them to the boxed-items list:
|
|