Click or drag to resize
IOHelperGrantControlToWorld Method
Attempts to grant all users full control of the specified file.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
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