| FtpPermissionPurge Field |
The "p" permission applies to directory types.
It indicates that objects in the directory may be deleted,
or (stretching naming a little) that the directory may be purged.
Note: it does not indicate that the RMD command may be used to remove the directory named itself, the "d" permission indicator indicates that.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public static readonly FtpPermission Purge
Public Shared ReadOnly Purge As FtpPermission
public:
static initonly FtpPermission^ Purge
static val Purge: FtpPermission
Field Value
Type:
FtpPermissionSee Also