ModernUO/Projects/Server/Text
Kamron Batman a55e271a69
fix: Cleans up file system paths and archiving (#815)
* Makes EnsureDirectory properly work for relative and absolute paths
* Adds a `PathUtility.GetFullPath` which returns full paths for relative paths to `Core.BaseDirectory`. If the path is absolute, it will return as-is.
* Moves EnsureDirectory to `PathUtility`. So `ScriptsHandler.EnsureDirectory` and `AssemblyHandler.EnsureDirectory` are now `PathUtility.EnsureDirectory`
* Fixes crash guard so that it copies accounts properly.
* Changes world save and auto archive to use a random folder name inside of the temp folder.
2021-10-05 08:54:44 -07:00
..
HexStringConverter.cs fix(network): Adds ConnectUO (#551) 2021-03-15 14:14:33 -07:00
InsensitiveStringHelpers.cs fix(core): Streamlines text encoding (#407) 2021-01-13 18:56:32 -08:00
OrdinalStringHelpers.cs fix(core): Streamlines text encoding (#407) 2021-01-13 18:56:32 -08:00
StringHelpers.cs fix: Cleans up file system paths and archiving (#815) 2021-10-05 08:54:44 -07:00
TextEncoding.cs fix(core): Streamlines text encoding (#407) 2021-01-13 18:56:32 -08:00