TShellFileSysDir

From Ultibo.org
Jump to: navigation, search

Return to Unit ShellFilesystem


Description


To be documented

Class definitions



[Expand]

TShellFileSysDir = class(TShellCommand)


Function declarations



[Expand]
constructor TShellFileSysDir.Create;
Description: To be documented


[Expand]
destructor TShellFileSysDir.Destroy;
Description: To be documented


[Expand]
function TShellFileSysDir.DirSearch(AShell:TShell; ASession:TShellSession; const APath,AName:String; AShort,ASubdir:Boolean; var AFiles,AFolders,ABytes:Int64):Boolean;
Description: To be documented


[Expand]
function TShellFileSysDir.DirOutput(AShell:TShell; ASession:TShellSession; const ASearchRec:TFileSearchRec; AShort:Boolean):Boolean;
Description: To be documented


[Expand]
function TShellFileSysDir.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented


[Expand]
function TShellFileSysDir.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented


[Expand]
function TShellFileSysDir.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented


Return to Unit Reference