TShellFileSysAttrib
From Ultibo.org
Revision as of 05:44, 29 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit ShellFilesystem __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-c...")
Return to Unit ShellFilesystem
Description
To be documented
Class definitions
[Expand]
TShellFileSysAttrib = class(TShellCommand)
Function declarations
[Expand]
function TShellFileSysAttrib.AttribSearch(AShell:TShell; ASession:TShellSession; const APath,AName:String; ASubdir:Boolean; AMask,AUnmask:LongWord):Boolean;
Description: To be documented
[Expand]
function TShellFileSysAttrib.AttribOutput(AShell:TShell; ASession:TShellSession; const ASearchRec:TFileSearchRec):Boolean;
Description: To be documented
[Expand]
function TShellFileSysAttrib.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
[Expand]
function TShellFileSysAttrib.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
[Expand]
function TShellFileSysAttrib.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented
Return to Unit Reference