UserManager Class

UserManager that manages where different files are that are stored inside of the "user"/"user365" folders

Definition

Namespace: PCB_Investigator.Automation.UserManager
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class UserManager : IDisposable
Inheritance
Object    UserManager
Implements
IDisposable

Constructors

UserManager Start a new instance of UserManager

Methods

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

See Also