public static get(filename as String) as Path:
Resolves an existing filesystem path and returns a typed path instance.
FilePath if the target is a file, FolderPath if it is a folder, otherwise a raw Path when the target does not exist yet.
FilePath
FolderPath
Path