Difference between revisions of "Unit ShellFilesystem"

From Ultibo.org
Jump to: navigation, search
Line 565: Line 565:
 
<code>TShellFileSysChdir = class(TShellCommand)</code>
 
<code>TShellFileSysChdir = class(TShellCommand)</code>
 
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
 
<div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;">
{|
+
{| class="wikitable" style="font-size: 14px; background: white;"
 
|-
 
|-
 
|colspan="2"|<div style="font-family: monospace,courier;">'''public'''</div>
 
|colspan="2"|<div style="font-family: monospace,courier;">'''public'''</div>

Revision as of 05:23, 20 March 2017

Return to Unit Reference


Description


Ultibo FileSystem Shell extension unit

To be documented

Constants



[Expand]
Shell filesystem command constants SHELL_FILESYS_COMMAND_*


[Expand]
Shell filesystem alias constants SHELL_FILESYS_ALIAS_*


[Expand]
Shell filesystem action constants SHELL_FILESYS_ACTION_*


[Expand]
Shell filesystem parameter constants SHELL_FILESYS_PARAMETER_*


[Expand]
Shell filesystem mask constants 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