Retrieves directory and file permissions for the specified directory.
procedure GetDirInfo( const ADIR: String ); overload;
Parameters |
Description |
ADIR |
Directory name of the remote FSP host. |
GetDirInfo is an overloaded method used to get directory and file permissions on the remote FSP host for the directory name specified in ADir.
GetDirInfo calls the overloaded GetDirInfo method usind the TIdFSPDirInfo instance assigned to the FSP client.
GetDirInfo
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|