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