Changeset 406 for trunk/Include/Classes/System/IO/FileInfo.ab
- Timestamp:
- Feb 15, 2008, 7:48:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/IO/FileInfo.ab
r345 r406 27 27 28 28 Function IsReadOnly() As Boolean 29 If (Attributes And FILE_ATTRIBUTE_READONLY) = FILE_ATTRIBUTE_READONLYThen29 If (Attributes and FileAttributes.ReadOnly) = FileAttributes.ReadOnly Then 30 30 Return True 31 31 Else
Note:
See TracChangeset
for help on using the changeset viewer.