Class Fox::FXFileItem
In: rdoc-sources/FXFileList.rb
Parent: FXIconItem

File item

Methods

blockdev?   chardev?   directory?   executable?   fifo?   file?   new   share?   socket?   symlink?  

Attributes

assoc  [R]  The file association object for this item [FXFileAssoc]
date  [R]  Date for this item [Time]
size  [R]  The file size for this item [Integer]

Public Class methods

Public Instance methods

Return true if this is a block device item

Return true if this is a character device item

Return true if this is a directory item

Return true if this is an executable item

Return true if this is an FIFO item

Return true if this is a file item

Return true if this is a share item

Return true if this is a socket

Return true if this is a symbolic link item

[Validate]