|
Smalltalk/X WebserverDocumentation of class 'FileOperation': |
|
|
Class: FileOperationInheritance:Object | +--FileOperation | +--FileOperation::Copy | +--FileOperation::Create | +--FileOperation::Delete | +--FileOperation::Move | +--FileOperation::Rename
Description:
file operations which may run in the background
CopyCorrupt:
tries to skip over bad sectors in the input file, by skipping them and
writing them as zeros. Used for partial recovering of old disks and tapes.
Erase:
fill file with zeros (to be really erased from the disk) before removing.
We use this, if the file contains security relevant data (such as crypto-keys)
[instance variables:]
actionForAll .......... a 3-state (true/false/nil) flag, which controls if the current
action should be performed for all remaining files
(i.e. if deleting, and 'Same for all' was checked, and deletion was confirmed,
the remaining files are also deleted without asking again).
If nil, the operation will ask again for the next file.
result ................ boolean outcome
In Create:
createdFile ........... name of created file/directory (name as given by user)
[class variables:]
Related information:Class protocol:defaults instance creation
Instance protocol:accessing
Private classes:
Copy
CopyCorrupted
Create
Delete
Erase
Move
Rename
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 11:58:50 GMT
|