Unit ShellFilesystem

From Ultibo.org
Jump to: navigation, search

Return to Unit Reference


Description


Ultibo FileSystem Shell extension unit

Constants



[Expand]
Shell FileSystem command SHELL_FILESYS_COMMAND_*


[Expand]
Shell FileSystem alias SHELL_FILESYS_ALIAS_*


[Expand]
Shell FileSystem action SHELL_FILESYS_ACTION_*


[Expand]
Shell FileSystem parameter SHELL_FILESYS_PARAMETER_*


[Expand]
Shell FileSystem mask SHELL_FILESYS_*_MASK


Type definitions


None defined

Class definitions



Shell FileSystem specific classes

TShellFileSysFileSystem = class(TShellCommand)
TShellFileSysController = class(TShellCommand)
TShellFileSysDisk = class(TShellCommand)
TShellFileSysPartition = class(TShellCommand)
TShellFileSysVolume = class(TShellCommand)
TShellFileSysDrive = class(TShellCommand)
TShellFileSysCache = class(TShellCommand)
TShellFileSysDir = class(TShellCommand)
TShellFileSysChdir = class(TShellCommand)
TShellFileSysMkdir = class(TShellCommand)
TShellFileSysRmdir = class(TShellCommand)
TShellFileSysType = class(TShellCommand)
TShellFileSysCopy = class(TShellCommand)
TShellFileSysMove = class(TShellCommand)
TShellFileSysDel = class(TShellCommand)
TShellFileSysRen = class(TShellCommand)
TShellFileSysAttrib = class(TShellCommand)
TShellFileSysTouch = class(TShellCommand)
TShellFileSysVol = class(TShellCommand)
TShellFileSysLabel = class(TShellCommand)
TShellFileSysDeltree = class(TShellCommand)
TShellFileSysXcopy = class(TShellCommand)


Public variables


None defined

Function declarations



Initialization functions

[Expand]
procedure ShellFileSysInit;
Description: To be documented


Return to Unit Reference