Changeset 431 for trunk/Include/Classes/System
- Timestamp:
 - Feb 26, 2008, 8:09:32 PM (18 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/Include/Classes/System/IO/Directory.ab (modified) (1 diff)
 
 
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.
  