Ignore:
Timestamp:
Feb 17, 2007, 6:38:05 PM (17 years ago)
Author:
OverTaker
Message:

index.ab追加とFileSystemInfoの細かい修整。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/IO/File.ab

    r101 r105  
    179179    End Function
    180180
    181     Static Function ReadAllText( path As String, encoding As Encoding ) As String
    182         ' TODO: 実装
    183     End Function
     181/*  Static Function ReadAllText( path As String, encoding As Encoding ) As String
     182        ' TODO: 実装
     183    End Function */
    184184
    185185    Static Sub Replace( sourceFileName As String, destinationFileName As String, destinationBackupFileName As String )
     
    191191    End Sub
    192192
    193     Static Sub SetAccessControl( path As String, fileSecurity As FileSecurity )
    194         ' TODO: 実装
    195     End Sub
     193/*  Static Sub SetAccessControl( path As String, fileSecurity As FileSecurity )
     194        ' TODO: 実装
     195    End Sub */
    196196
    197197    Static Sub SetAttributes( path As String, fileAttributes As FileAttributes )
     
    207207    End Sub
    208208
    209     Static Sub SetCreationTimeUtc( path As String, creationTimeUtc As DateTime )
    210         ' TODO: 実装
    211     End Sub
    212 
    213209    Static Sub SetLastAccessTime( path As String, lastAccessTime As DateTime )
    214210        ' TODO: 実装
     
    243239    End Sub
    244240
    245     Static Sub WriteAllText( path As String, contents As String, encoding As Enconding )
    246         ' TODO: 実装
    247     End Sub
     241/*  Static Sub WriteAllText( path As String, contents As String, encoding As Enconding )
     242        ' TODO: 実装
     243    End Sub */
    248244
    249245End Class
Note: See TracChangeset for help on using the changeset viewer.