Ignore:
Timestamp:
Feb 15, 2008, 7:48:54 PM (16 years ago)
Author:
OverTaker
Message:

FileSystemInfo.FileAttributesを修整

File:
1 edited

Legend:

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

    r345 r406  
    2727
    2828    Function IsReadOnly() As Boolean
    29         If (Attributes And FILE_ATTRIBUTE_READONLY) = FILE_ATTRIBUTE_READONLY Then
     29        If (Attributes and FileAttributes.ReadOnly) = FileAttributes.ReadOnly Then
    3030            Return True
    3131        Else
Note: See TracChangeset for help on using the changeset viewer.