Class Fox::FXDirItem
In: rdoc-sources/FXDirList.rb
Parent: FXTreeItem

Directory item

Methods

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

Attributes

assoc  [R]  File associations [FXFileAssoc]
date  [R]  File time [Integer]
size  [R]  File size [Integer]

Public Class methods

Public Instance methods

Return true if this is a block device

Return true if this is a character device

Return true if this is a directory

Return true if this is an executable

Return true if this is a FIFO (a named pipe)

Return true if this is a socket

Return true if this is a symbolic link

[Validate]