Unit ShellFilesystem

From Ultibo.org
Revision as of 06:05, 4 April 2017 by Ultibo (Talk | contribs)

Jump to: navigation, search

Return to Unit Reference


Description


Ultibo FileSystem Shell extension unit

To be documented

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 file system

[Expand]

TShellFileSysFileSystem = class(TShellCommand)

Shell file system controller

[Expand]

TShellFileSysController = class(TShellCommand)

Shell file system disk

[Expand]

TShellFileSysDisk = class(TShellCommand)

Shell file system partition

[Expand]

TShellFileSysPartition = class(TShellCommand)

Shell file system volume

[Expand]

TShellFileSysVolume = class(TShellCommand)

Shell file system drive

[Expand]

TShellFileSysDrive = class(TShellCommand)

Shell file system cache

[Expand]

TShellFileSysCache = class(TShellCommand)

Shell file system directory

[Expand]

TShellFileSysDir = class(TShellCommand)

Shell file system change directory

[Expand]

TShellFileSysChdir = class(TShellCommand)

Shell file system make directory

[Expand]

TShellFileSysMkdir = class(TShellCommand)

Shell file system remove directory

[Expand]

TShellFileSysRmdir = class(TShellCommand)

Shell file system type

[Expand]

TShellFileSysType = class(TShellCommand)

Shell file system copy

[Expand]

TShellFileSysCopy = class(TShellCommand)

Shell file system move

[Expand]

TShellFileSysMove = class(TShellCommand)

Shell file system delete

[Expand]

TShellFileSysDel = class(TShellCommand)

Shell file system rename

[Expand]

TShellFileSysRen = class(TShellCommand)

Shell file system attribute

[Expand]

TShellFileSysAttrib = class(TShellCommand)

Shell file system touch

[Expand]

TShellFileSysTouch = class(TShellCommand)

Shell file system vol

[Expand]

TShellFileSysVol = class(TShellCommand)

Shell file system label

[Expand]

TShellFileSysLabel = class(TShellCommand)

Shell file system delete tree

[Expand]

TShellFileSysDeltree = class(TShellCommand)

Shell file system extended copy

[Expand]

TShellFileSysXcopy = class(TShellCommand)


Public variables


None defined

Function declarations



Initialization functions

[Expand]
procedure ShellFileSysInit;
Description: To be documented


Return to Unit Reference