9 public string?
Path {
get;
set; }
Response when reading configuration files.
bool? IsDirectory
If Path represents a directory.
string? Path
The path to the IConfigurationFile file.
bool? AccessDenied
If access to the IConfigurationFile file was denied for the operation.
string? LastReadHash
The MD5 hash of the file when last read by the user. If this doesn't match during update actions,...
Response for when file transfers are necessary.
Represents a game configuration file. Create and delete actions uncerimonuously overwrite/delete file...