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

Last change on this file since 318 was 318, checked in by OverTaker, 17 years ago

DirectoryInfo.GetFileSystemInfos()中心に色々と...

File size: 202 bytes
Line 
1
2TypeDef /* [Delegate] */ AsyncCallback = *Sub(ByRef ar As System.IAsyncResult)
3
4Enum SeekOrigin
5 Begin
6 Current
7 End
8End Enum
9
10Enum SearchOption
11 AllDirectories
12 TopDirectoryOnly
13End Enum
Note: See TracBrowser for help on using the repository browser.