ReparsePointAware.SetFileAttributeNormal(String) Method

Definition

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

Applies to