Sack Library Documentation
|
enum ScanFileFlags { SFF_SUBCURSE = 1, SFF_DIRECTORIES = 2, SFF_NAMEONLY = 4, SFF_IGNORECASE = 8, SFF_SUBPATHONLY = 16 };
Members |
Description |
SFF_SUBCURSE = 1 |
go into subdirectories |
SFF_DIRECTORIES = 2 |
return directory names also |
SFF_NAMEONLY = 4 |
don't concatenate base with filename to result. |
SFF_IGNORECASE = 8 |
when matching filename - do not match case. |
SFF_SUBPATHONLY = 16 |
don't concatenate base with filename to result, but do build path relative to root specified |
This is record sack::filesys::ScanFileFlags.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|