Create attributes>> accessor in io.files.windows

Doug Coleman 2011-10-19 03:14:19 -07:00
parent 8136829135
commit e09dffe379
1 changed files with 2 additions and 0 deletions

View File

@ -281,6 +281,8 @@ SYMBOLS: +read-only+ +hidden+ +system+
+sparse-file+ +reparse-point+ +compressed+ +offline+
+not-content-indexed+ +encrypted+ ;
SLOT: attributes
: read-only? ( file-info -- ? )
attributes>> +read-only+ swap member? ;