Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPathService.cs
Go to the documentation of this file.
1
namespace
ReLogic.OS
;
2
3
public
interface
IPathService
4
{
5
string
GetStoragePath
();
6
7
string
GetStoragePath
(
string
subfolder);
8
9
string
ExpandPathVariables
(
string
path);
10
11
void
OpenURL
(
string
url);
12
13
bool
MoveToRecycleBin
(
string
path);
14
}
ReLogic.OS.IPathService.ExpandPathVariables
string ExpandPathVariables(string path)
ReLogic.OS.IPathService.GetStoragePath
string GetStoragePath(string subfolder)
ReLogic.OS.IPathService.OpenURL
void OpenURL(string url)
ReLogic.OS.IPathService.MoveToRecycleBin
bool MoveToRecycleBin(string path)
ReLogic.OS.IPathService.GetStoragePath
string GetStoragePath()
ReLogic.OS.IPathService
Definition
IPathService.cs:4
ReLogic.OS
Definition
Clipboard.cs:3
source
ReLogic
ReLogic.OS
IPathService.cs
Generated by
1.10.0