diff options
| author | Alee14 <alee14498@gmail.com> | 2018-09-02 15:20:15 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-09-02 15:20:15 -0400 |
| commit | 245bc80b0f1e8b91fb09db1b9c027bf687071780 (patch) | |
| tree | 1b48e476d0f1e7d845aa14598f9b5c0f69efd7d9 /PortEngine/FileSystem.cs | |
| parent | 2d1ff9ed91b8c0158e3de5fb22362d31f6799795 (diff) | |
| download | Project-Silicon-245bc80b0f1e8b91fb09db1b9c027bf687071780.tar.gz Project-Silicon-245bc80b0f1e8b91fb09db1b9c027bf687071780.tar.bz2 Project-Silicon-245bc80b0f1e8b91fb09db1b9c027bf687071780.zip | |
changes
Diffstat (limited to 'PortEngine/FileSystem.cs')
| -rw-r--r-- | PortEngine/FileSystem.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/PortEngine/FileSystem.cs b/PortEngine/FileSystem.cs index 4182785..44102dd 100644 --- a/PortEngine/FileSystem.cs +++ b/PortEngine/FileSystem.cs @@ -70,6 +70,13 @@ namespace PortEngine return Path.Combine(dataFolder, "sys"); } } + public static void warningTxt() + { + // string textWarning = "Warning: You are currently in the Project Ports AppData folder" + Environment.NewLine + + // "Please be caution if modifing the system files, the game can corrupt. "+ Environment.NewLine + "Stay safe, UniverseDG"; + + // File.WriteAllText(dataFolder, "warning.txt", textWarning); + } public static void CreateGameFolder() |
