Table of Contents

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 = 0

A character Windows does not allow in a file name at all.

ReservedName = 1

A name Windows reserves for a device — CON, NUL, COM1 and friends.

ServerRejectsCharacter = 3

A character the server software itself refuses to run from.

ServerRejectsParentCharacter = 4

That character is in a folder above, so it is not ours to rename.

TrailingDotOrSpace = 2

Ends in a dot or a space, which Windows quietly trims.