| WindowsUtils Methods | 
The WindowsUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDirectorySecurity(String, IdentityReference, FileSystemRights, AccessControlType) | 
            Adds an ACL entry on the specified directory for the specified account.
              | |
| AddDirectorySecurity(String, WellKnownSidType, FileSystemRights, AccessControlType) | 
            Adds an ACL entry on the specified directory for the specified account.
              | |
| AddDirectorySecurity(String, String, FileSystemRights, AccessControlType) | 
            Adds an ACL entry on the specified directory for the specified account.
              | |
| GetAccount | 
            Gets the name of an account by a well-known SID.
              | |
| GetFinalPathName | 
            Retrieves the original absolute file path of a given path, resolving symlink logic.
              | |
| GetWindowsVersion | 
            Gets the version of the current Windows installation.
              | |
| RemoveDirectorySecurity(String, IdentityReference, FileSystemRights, AccessControlType) | 
            Removes an ACL entry on the specified directory for the specified account.
              | |
| RemoveDirectorySecurity(String, WellKnownSidType, FileSystemRights, AccessControlType) | 
            Removes an ACL entry on the specified directory for the specified account.
              | |
| RemoveDirectorySecurity(String, String, FileSystemRights, AccessControlType) | 
            Removes an ACL entry on the specified directory for the specified account.
              |