IOHelperGrantControlToWorld Method |
Attempts to grant all users full control of the specified file.
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public static void GrantControlToWorld(
string path
)
Public Shared Sub GrantControlToWorld (
path As String
)
public:
static void GrantControlToWorld(
String^ path
)
Parameters
- path
- Type: SystemString
The absolute path to the file on which this method will attempt to alter permissions.
See Also