Open Tarmil opened 6 years ago
Passing a non-canonical path (eg a path that contains "..") as ServerRootDirectory currently fails. It should be made canonical like so:
let rootDirectory = DirectoryInfo(rootDirectory).FullName
Passing a non-canonical path (eg a path that contains "..") as ServerRootDirectory currently fails. It should be made canonical like so: