Changeset 431 for trunk/Include/Classes/System/IO/Directory.ab
- Timestamp:
- Feb 26, 2008, 8:09:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/IO/Directory.ab
r407 r431 56 56 @retval False 存在しない 57 57 */ 58 Static Function Exist (path As String) As Boolean58 Static Function Exists(path As String) As Boolean 59 59 Dim info = New DirectoryInfo(path) 60 60 Return info.Exists
Note:
See TracChangeset
for help on using the changeset viewer.