Changeset 105 for Include/Classes/System/IO/File.ab
- Timestamp:
- Feb 17, 2007, 6:38:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/IO/File.ab
r101 r105 179 179 End Function 180 180 181 Static Function ReadAllText( path As String, encoding As Encoding ) As String182 ' TODO: 実装 183 End Function 181 /* Static Function ReadAllText( path As String, encoding As Encoding ) As String 182 ' TODO: 実装 183 End Function */ 184 184 185 185 Static Sub Replace( sourceFileName As String, destinationFileName As String, destinationBackupFileName As String ) … … 191 191 End Sub 192 192 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 */ 196 196 197 197 Static Sub SetAttributes( path As String, fileAttributes As FileAttributes ) … … 207 207 End Sub 208 208 209 Static Sub SetCreationTimeUtc( path As String, creationTimeUtc As DateTime )210 ' TODO: 実装211 End Sub212 213 209 Static Sub SetLastAccessTime( path As String, lastAccessTime As DateTime ) 214 210 ' TODO: 実装 … … 243 239 End Sub 244 240 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 */ 248 244 249 245 End Class
Note:
See TracChangeset
for help on using the changeset viewer.