| FileGetSecurityObject Method |
Gets the FileSecurity object for the file specified by the supplied path.
Namespace:
Galactic.FileSystem
Assembly:
Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public static FileSecurity GetSecurityObject(
string path
)
Public Shared Function GetSecurityObject (
path As String
) As FileSecurity
public:
static FileSecurity^ GetSecurityObject(
String^ path
)
static member GetSecurityObject :
path : string -> FileSecurity
Parameters
- path
- Type: SystemString
The path to the file to retrieve the security object for.
Return Value
Type:
FileSecurityThe security object for the file specified. Null if the file does not exist,
an I/O error occurred, or the process does not have the permissions required to
complete the operation.
See Also