Class: Fox::FXFileItem
- Inherits:
-
Object
- Object
- Fox::FXFileItem
- Defined in:
- lib/fox16/aliases.rb
Instance Method Summary (collapse)
-
- (Object) assoc(*args)
:nodoc:.
-
- (Boolean) blockdev?
:nodoc:.
-
- (Boolean) chardev?
:nodoc:.
-
- (Object) date(*args)
:nodoc:.
-
- (Boolean) directory?
:nodoc:.
-
- (Boolean) executable?
:nodoc:.
-
- (Boolean) fifo?
:nodoc:.
-
- (Boolean) file?
:nodoc:.
-
- (Boolean) share?
:nodoc:.
-
- (Object) size(*args)
:nodoc:.
-
- (Boolean) socket?
:nodoc:.
-
- (Boolean) symlink?
:nodoc:.
Instance Method Details
- (Object) assoc(*args)
:nodoc:
1282 1283 1284 |
# File 'lib/fox16/aliases.rb', line 1282 def assoc(*args) # :nodoc: getAssoc(*args) end |
- (Boolean) blockdev?
:nodoc:
1273 1274 1275 |
# File 'lib/fox16/aliases.rb', line 1273 def blockdev? # :nodoc: isBlockdev() end |
- (Boolean) chardev?
:nodoc:
1270 1271 1272 |
# File 'lib/fox16/aliases.rb', line 1270 def chardev? # :nodoc: isChardev() end |
- (Object) date(*args)
:nodoc:
1288 1289 1290 |
# File 'lib/fox16/aliases.rb', line 1288 def date(*args) # :nodoc: getDate(*args) end |
- (Boolean) directory?
:nodoc:
1258 1259 1260 |
# File 'lib/fox16/aliases.rb', line 1258 def directory? # :nodoc: isDirectory() end |
- (Boolean) executable?
:nodoc:
1264 1265 1266 |
# File 'lib/fox16/aliases.rb', line 1264 def executable? # :nodoc: isExecutable() end |
- (Boolean) fifo?
:nodoc:
1276 1277 1278 |
# File 'lib/fox16/aliases.rb', line 1276 def fifo? # :nodoc: isFifo() end |
- (Boolean) file?
:nodoc:
1255 1256 1257 |
# File 'lib/fox16/aliases.rb', line 1255 def file? # :nodoc: isFile() end |
- (Boolean) share?
:nodoc:
1261 1262 1263 |
# File 'lib/fox16/aliases.rb', line 1261 def share? # :nodoc: isShare() end |
- (Object) size(*args)
:nodoc:
1285 1286 1287 |
# File 'lib/fox16/aliases.rb', line 1285 def size(*args) # :nodoc: getSize(*args) end |
- (Boolean) socket?
:nodoc:
1279 1280 1281 |
# File 'lib/fox16/aliases.rb', line 1279 def socket? # :nodoc: isSocket() end |
- (Boolean) symlink?
:nodoc:
1267 1268 1269 |
# File 'lib/fox16/aliases.rb', line 1267 def symlink? # :nodoc: isSymlink() end |