|
|
Class: FileStatusInfo (private in UnixOperatingSystem
This class is only visible from within
UnixOperatingSystem.
Object
|
+--UnixOperatingSystem::FileStatusInfo
- Package:
- stx:libbasic
- Category:
- OS-Unix
- Owner:
- UnixOperatingSystem
instance creation
-
type: t mode: m uid: u gid: g size: s id: i accessed: aT modified: mT statusChanged: sT path: lP numLinks: nL
-
accessing
-
accessTime
-
return accessed
-
alternativeName
-
return the files other name (DOS name on windows).
Nil if there is no other name
-
creationTime
-
-
fileSize
-
return size
-
gid
-
return gid
-
id
-
return id
-
mode
-
return mode
-
modificationTime
-
return modified
-
numLinks
-
return numLinks
-
path
-
for symbolic links only: return the path where the symbolic link points to
-
statusChangeTime
-
-
type
-
return type
-
uid
-
return uid
accessing-vms
-
fixedHeaderSize
-
return the fixedHeaderSize (VMS only; nil everywhere else)
-
recordAttributes
-
return the recordAttributes (VMS only; nil everywhere else)
-
recordFormat
-
return the recordFormat (VMS only; nil everywhere else)
-
recordFormatNumeric
-
return the recordFormat as numeric (VMS only; nil everywhere else)
-
recordSize
-
return the recordSize (VMS only; nil everywhere else)
backward compatibility
-
accessed
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
-
at: key
-
backward compatibility access: in previous releases, IdentityDictionaries
were used to hold my information. Allow access via key messages.
This method will vanish - use the proper access protocol.
-
modified
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
-
statusChanged
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
private-accessing
-
type: t mode: m uid: u gid: g size: s id: i accessed: aT modified: mT statusChanged: sT path: lP numLinks: nL
-
queries-access
-
isGroupExecutable
-
-
isGroupReadable
-
-
isGroupWritable
-
-
isOwnerExecutable
-
-
isOwnerReadable
-
-
isOwnerWritable
-
-
isWorldExecutable
-
-
isWorldReadable
-
-
isWorldWritable
-
queries-type
-
isBlockSpecial
-
-
isCharacterSpecial
-
-
isDirectory
-
-
isFifo
-
-
isRegular
-
-
isSocket
-
-
isSymbolicLink
-
-
isUnknown
-
|