tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IFilesystemLinkFactory.cs
Go to the documentation of this file.
1using System.Threading;
2using System.Threading.Tasks;
3
5{
10 {
16
24 Task CreateSymbolicLink(string targetPath, string linkPath, CancellationToken cancellationToken);
25
33 Task CreateHardLink(string targetPath, string linkPath, CancellationToken cancellationToken);
34 }
35}