source: trunk/Include/Classes/System/IO/misc.ab @ 435

Last change on this file since 435 was 391, checked in by イグトランス (egtra), 15 years ago

FileStream非同期読み書きの修正、例外処理の追加。

File size: 237 bytes
Line 
1
2Namespace System
3Namespace IO
4
5Enum SeekOrigin
6    Begin = FILE_BEGIN
7    Current = FILE_CURRENT
8    End = FILE_END
9End Enum
10
11Enum SearchOption
12    AllDirectories
13    TopDirectoryOnly
14End Enum
15
16End Namespace 'IO
17End Namespace 'System
Note: See TracBrowser for help on using the repository browser.