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

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

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

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