Changeset 431


Ignore:
Timestamp:
Feb 26, 2008, 8:09:32 PM (16 years ago)
Author:
OverTaker
Message:

メソッド名の間違い修整

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/System/IO/Directory.ab

    r407 r431  
    5656    @retval False 存在しない
    5757    */
    58     Static Function Exist(path As String) As Boolean
     58    Static Function Exists(path As String) As Boolean
    5959        Dim info = New DirectoryInfo(path)
    6060        Return info.Exists
Note: See TracChangeset for help on using the changeset viewer.