|
Class: DirectoryContentsItem (private in DirectoryContents
This class is only visible from within
DirectoryContents.
Object
|
+--DirectoryContents::DirectoryContentsItem
- Package:
- stx:libbasic2
- Category:
- System-Support
- Owner:
- DirectoryContents
instance creation
-
fileName: aFilename
-
accessing
-
baseName
-
-
fileName
-
-
fileName: something
-
set the value of the instance variable 'fileName' (automatically generated)
-
fileName: aFilename linkInfo: aLinkInfo
-
-
info
-
a remote directory
-
info: something
-
Modified (comment): / 14-10-2022 / 20:23:26 / Stefan Vogel
-
nameString
-
raw access to nameString
-
type
-
converting
-
asFilename
-
misc
-
cachedRemoteMountPoints
-
UNIX only
-
resetAttributes
-
reset the attributes... done if I'am a normal file
-
resetInfo
-
-
updateInfo
-
ensure that the file-info is present
DirectoryContents flushCache
-
updateInfoFrom: aLinkInfo
-
might be reused by updateLinkInfo.
Bad design: info is et to either aLinkInfo or a symbol.
printing
-
printOn: aStream
-
(comment from inherited method)
append a user printed representation of the receiver to aStream.
The format is suitable for a human - not meant to be read back.
The default here is to output the receiver's class name.
BUT: this method is heavily redefined for objects which
can print prettier.
queries
-
isDirectory
-
-
isRemoteDirectory
-
-
isSpecialFile
-
-
isSymbolicLink
-
|