ReparsePointAware.SetFileAttributeNormal(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks to see if a file can be deleted by setting FileAttribute = Normal. If unable to set attribute, then user does not have access rights
public static void SetFileAttributeNormal (string path);
static member SetFileAttributeNormal : string -> unit
Public Shared Sub SetFileAttributeNormal (path As String)
Parameters
- path
- String
Full path of file for attribute change