Enum NameIssueKind
- Namespace
- McServerLauncher.Services
- Assembly
- McServerLauncher.dll
What is wrong with a server's folder name, when something is.
public enum NameIssueKind
Fields
InvalidCharacter = 0A character Windows does not allow in a file name at all.
ReservedName = 1A name Windows reserves for a device — CON, NUL, COM1 and friends.
ServerRejectsCharacter = 3A character the server software itself refuses to run from.
ServerRejectsParentCharacter = 4That character is in a folder above, so it is not ours to rename.
TrailingDotOrSpace = 2Ends in a dot or a space, which Windows quietly trims.