Difference between revisions of "Unit ShellFilesystem"

From Ultibo.org
Jump to: navigation, search
Line 1,033: Line 1,033:
 
{| class="wikitable" style="font-size: 14px; background: white;"
 
{| class="wikitable" style="font-size: 14px; background: white;"
 
|-
 
|-
! '''Note'''
+
! Note
 
| None documented
 
| None documented
 
|-
 
|-

Revision as of 01:06, 25 April 2018

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 FileSystem

[Expand]

TShellFileSysFileSystem = class(TShellCommand)

Shell FileSystem controller

[Expand]

TShellFileSysController = class(TShellCommand)

Shell FileSystem disk

[Expand]

TShellFileSysDisk = class(TShellCommand)

Shell FileSystem partition

[Expand]

TShellFileSysPartition = class(TShellCommand)

Shell FileSystem volume

[Expand]

TShellFileSysVolume = class(TShellCommand)

Shell FileSystem drive

[Expand]

TShellFileSysDrive = class(TShellCommand)

Shell FileSystem cache

[Expand]

TShellFileSysCache = class(TShellCommand)

Shell FileSystem directory

[Expand]

TShellFileSysDir = class(TShellCommand)

Shell FileSystem change directory

[Expand]

TShellFileSysChdir = class(TShellCommand)

Shell FileSystem make directory

[Expand]

TShellFileSysMkdir = class(TShellCommand)

Shell FileSystem remove directory

[Expand]

TShellFileSysRmdir = class(TShellCommand)

Shell FileSystem type

[Expand]

TShellFileSysType = class(TShellCommand)

Shell FileSystem copy

[Expand]

TShellFileSysCopy = class(TShellCommand)

Shell FileSystem move

[Expand]

TShellFileSysMove = class(TShellCommand)

Shell FileSystem delete

[Expand]

TShellFileSysDel = class(TShellCommand)

Shell FileSystem rename

[Expand]

TShellFileSysRen = class(TShellCommand)

Shell FileSystem attribute

[Expand]

TShellFileSysAttrib = class(TShellCommand)

Shell FileSystem touch

[Expand]

TShellFileSysTouch = class(TShellCommand)

Shell FileSystem vol

[Expand]

TShellFileSysVol = class(TShellCommand)

Shell FileSystem label

[Expand]

TShellFileSysLabel = class(TShellCommand)

Shell FileSystem delete tree

[Expand]

TShellFileSysDeltree = class(TShellCommand)

Shell FileSystem 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