Changeset 400 for trunk/Include/Classes/System/IO/FileSystemInfo.ab
- Timestamp:
- Jan 22, 2008, 9:19:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/IO/FileSystemInfo.ab
r346 r400 40 40 41 41 Sub Attributes(value As DWord) 42 If SetFileAttributes( FullPath, value) = FALSE Then42 If SetFileAttributes(ToTCStr(FullPath), value) = FALSE Then 43 43 'Exception 44 44 Debug … … 123 123 'Public Methods 124 124 Virtual Sub Delete() 125 If DeleteFile( FullPath) = FALSE Then125 If DeleteFile(ToTCStr(FullPath)) = FALSE Then 126 126 'Exception 127 127 debug
Note:
See TracChangeset
for help on using the changeset viewer.