tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IPostWriteHandler.cs
Go to the documentation of this file.
2{
7 {
13 public bool NeedsPostWrite(string sourceFilePath);
14
19 void HandleWrite(string filePath);
20 }
21}
Handles changing file modes/permissions after writing.
void HandleWrite(string filePath)
For handling system specific necessities after a write.
bool NeedsPostWrite(string sourceFilePath)
Check if a given sourceFilePath will need HandleWrite(string) called on a copy of it.