Name | Description | |
---|---|---|
AppendFile | instruct the firewall to allow and to append text to a given file | |
AppendLineFile | Appends the line file. | |
AppendLineFileAsync | instruct the firewall to allow and to append text to a given file asynchronous. | |
DeleteFile | Deletes the file and removes the directory if empty. | |
TryWriteFile | Tries to writes the file to disk, will create the directory if needed and will replace any data in file exists | |
WriteFile | Overloaded. Writes the file to disk, will create the directory if needed. Will replace any data in file exists | |
WriteFileAsync | Overloaded. Write the content to disk |