source:
trunk/Include/Classes/System/IO/misc.ab@
465
Last change on this file since 465 was 391, checked in by , 17 years ago | |
---|---|
File size: 237 bytes |
Line | |
---|---|
1 | |
2 | Namespace System |
3 | Namespace IO |
4 | |
5 | Enum SeekOrigin |
6 | Begin = FILE_BEGIN |
7 | Current = FILE_CURRENT |
8 | End = FILE_END |
9 | End Enum |
10 | |
11 | Enum SearchOption |
12 | AllDirectories |
13 | TopDirectoryOnly |
14 | End Enum |
15 | |
16 | End Namespace 'IO |
17 | End Namespace 'System |
Note:
See TracBrowser
for help on using the repository browser.