FileGetEncryptionStatus Method (String, PathFormat) |
[AlphaFS] Retrieves the encryption status of the specified file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static FileEncryptionStatus GetEncryptionStatus(
string path,
PathFormat pathFormat
)
Public Shared Function GetEncryptionStatus (
path As String,
pathFormat As PathFormat
) As FileEncryptionStatus
public:
static FileEncryptionStatus GetEncryptionStatus(
String^ path,
PathFormat pathFormat
)
static member GetEncryptionStatus :
path : string *
pathFormat : PathFormat -> FileEncryptionStatus
Parameters
- path
- Type: SystemString
The name of the file. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
FileEncryptionStatusThe
FileEncryptionStatus of the specified
path.
See Also