Difference between revisions of "Unit ShellFilesystem"

From Ultibo.org
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
----
 
----
  
''To be documented''
+
'''Ultibo FileSystem Shell extension unit'''
  
 
=== Constants ===
 
=== Constants ===
Line 12: Line 12:
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
<div style="font-size: 14px; padding-left: 12px;">'''Shell filesystem command constants''' <code> SHELL_FILESYS_COMMAND_* </code></div>
+
<div style="font-size: 14px; padding-left: 12px;">'''Shell FileSystem command''' <code> SHELL_FILESYS_COMMAND_* </code></div>
 
<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;"
 
{| class="wikitable" style="font-size: 14px; background: white;"
Line 96: Line 96:
 
<br />  
 
<br />  
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
<div style="font-size: 14px; padding-left: 12px;">'''Shell filesystem alias constants''' <code> SHELL_FILESYS_ALIAS_* </code></div>
+
<div style="font-size: 14px; padding-left: 12px;">'''Shell FileSystem alias''' <code> SHELL_FILESYS_ALIAS_* </code></div>
 
<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;"
 
{| class="wikitable" style="font-size: 14px; background: white;"
Line 134: Line 134:
 
<br />  
 
<br />  
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
<div style="font-size: 14px; padding-left: 12px;">'''Shell filesystem action constants''' <code> SHELL_FILESYS_ACTION_* </code></div>
+
<div style="font-size: 14px; padding-left: 12px;">'''Shell FileSystem action''' <code> SHELL_FILESYS_ACTION_* </code></div>
 
<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;"
 
{| class="wikitable" style="font-size: 14px; background: white;"
Line 229: Line 229:
 
<br />  
 
<br />  
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
<div style="font-size: 14px; padding-left: 12px;">'''Shell filesystem parameter constants''' <code> SHELL_FILESYS_PARAMETER_* </code></div>
+
<div style="font-size: 14px; padding-left: 12px;">'''Shell FileSystem parameter''' <code> SHELL_FILESYS_PARAMETER_* </code></div>
 
<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;"
 
{| class="wikitable" style="font-size: 14px; background: white;"
Line 280: Line 280:
 
<br />  
 
<br />  
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
<div style="font-size: 14px; padding-left: 12px;">'''Shell filesystem mask constants''' <code> SHELL_FILESYS_*_MASK </code></div>
+
<div style="font-size: 14px; padding-left: 12px;">'''Shell FileSystem mask''' <code> SHELL_FILESYS_*_MASK </code></div>
 
<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;"
 
{| class="wikitable" style="font-size: 14px; background: white;"
Line 294: Line 294:
 
----
 
----
  
''To be documented''
+
''None defined''
 +
 
 +
=== Class definitions ===
 +
----
 +
 
 +
 
 +
'''Shell FileSystem specific classes'''
 +
 
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysFileSystem|<code>TShellFileSysFileSystem = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysController|<code>TShellFileSysController = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysDisk|<code>TShellFileSysDisk = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysPartition|<code>TShellFileSysPartition = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysVolume|<code>TShellFileSysVolume = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysDrive|<code>TShellFileSysDrive = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysCache|<code>TShellFileSysCache = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysDir|<code>TShellFileSysDir = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysChdir|<code>TShellFileSysChdir = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysMkdir|<code>TShellFileSysMkdir = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysRmdir|<code>TShellFileSysRmdir = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysType|<code>TShellFileSysType = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysCopy|<code>TShellFileSysCopy = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysMove|<code>TShellFileSysMove = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysDel|<code>TShellFileSysDel = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysRen|<code>TShellFileSysRen = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysAttrib|<code>TShellFileSysAttrib = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysTouch|<code>TShellFileSysTouch = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysVol|<code>TShellFileSysVol = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysLabel|<code>TShellFileSysLabel = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysDeltree|<code>TShellFileSysDeltree = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 +
|-
 +
| [[TShellFileSysXcopy|<code>TShellFileSysXcopy = class(TShellCommand)</code>]]
 +
|-
 +
|}
 +
<br />
  
 
=== Public variables ===
 
=== Public variables ===
 
----
 
----
  
''To be documented''
+
''None defined''
  
 
=== Function declarations ===
 
=== Function declarations ===
Line 313: Line 431:
 
{| class="wikitable" style="font-size: 14px; background: white;"
 
{| class="wikitable" style="font-size: 14px; background: white;"
 
|-
 
|-
! '''Note'''
+
! Note
 
| None documented
 
| None documented
 
|-
 
|-

Latest revision as of 06:05, 31 August 2021

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