tgstation-server
4.4.0
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
IO
WindowsPostWriteHandler.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Tgstation
.
Server
.Host.IO
4
{
8
sealed
class
WindowsPostWriteHandler
:
IPostWriteHandler
9
{
11
public
void
HandleWrite
(
string
filePath)
12
{
13
if
(filePath == null)
14
throw
new
ArgumentNullException(nameof(filePath));
15
}
16
}
17
}
Tgstation.Server.Host.IO.IPostWriteHandler
Handles changing file modes/permissions after writing
Definition:
IPostWriteHandler.cs:6
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.IO.WindowsPostWriteHandler
IPostWriteHandler for Windows systems
Definition:
WindowsPostWriteHandler.cs:8
Tgstation.Server.Host.IO.WindowsPostWriteHandler.HandleWrite
void HandleWrite(string filePath)
For handling system specific necessities after a write
Definition:
WindowsPostWriteHandler.cs:11
Tgstation
Generated by
1.8.11