public class UserManager : IDisposablePublic Class UserManager
Implements IDisposablepublic ref class UserManager : IDisposabletype UserManager =
class
interface IDisposable
end| UserManager | Start a new instance of UserManager |
| ClearDirectory | Clears the directory of all files but does not delete the directory itself |
| CreateDirectory | Create a directory |
| CreateFile | Create a file |
| DeleteDirectory | Delete a directory |
| DeleteFile | Delete a file |
| DeleteFiles | Delete multiple files |
| DirectoryExists | Check if a directory exists |
| Dispose | Disposes of the object |
| FileCopy | Copy a file |
| FileExists | Check if a file exists |
| GetAllAvailableManagers | Returns all user managers |
| GetAllManagers | Returns all user managers |
| GetCurrentAvailableManager | Returns the current user manager |
| GetCurrentManager | |
| GetFile | Return the file data of a file |
| GetFileNames | Get the file names of a directory |
| GetFiles | Get the file data of all files in a directory |
| GetLocalDirectory | Get the local directory of the user |
| GetSubDirectories | Get the subdirectories of a directory |
| IsDirectory | Check if a path is a directory |
| MoveToUser | Move to the user directory |