TShellFileSysAttrib
From Ultibo.org
								
												
				Return to Unit ShellFilesystem
Description
To be documented
Class definitions
TShellFileSysAttrib = class(TShellCommand)
public 
 | |
 constructor Create;
 | 
|
private 
 | |
 function AttribSearch(AShell:TShell; ASession:TShellSession; const APath,AName:String; ASubdir:Boolean; AMask,AUnmask:LongWord):Boolean;
 | 
|
 function AttribOutput(AShell:TShell; ASession:TShellSession; const ASearchRec:TFileSearchRec):Boolean;
 | 
|
public 
 | |
 function DoHelp(AShell:TShell; ASession:TShellSession):Boolean; override;
 | 
|
 function DoInfo(AShell:TShell; ASession:TShellSession):Boolean; override;
 | 
|
 function DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean; override;
 | 
|
Function declarations
constructor TShellFileSysAttrib.Create;
Description: To be documented
| Note | None documented | 
|---|
function TShellFileSysAttrib.AttribSearch(AShell:TShell; ASession:TShellSession; const APath,AName:String; ASubdir:Boolean; AMask,AUnmask:LongWord):Boolean;
Description: To be documented
| Note | None documented | 
|---|
function TShellFileSysAttrib.AttribOutput(AShell:TShell; ASession:TShellSession; const ASearchRec:TFileSearchRec):Boolean;
Description: To be documented
| Note | None documented | 
|---|
 
function TShellFileSysAttrib.DoHelp(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
| Note | None documented | 
|---|
 
function TShellFileSysAttrib.DoInfo(AShell:TShell; ASession:TShellSession):Boolean;
Description: To be documented
| Note | None documented | 
|---|
 
function TShellFileSysAttrib.DoCommand(AShell:TShell; ASession:TShellSession; AParameters:TStrings):Boolean;
Description: To be documented
| Note | None documented | 
|---|
Return to Unit Reference