added old code, fixed it (mostly), merged some new code to the old code, made it mostly runnable
This commit is contained in:
6
Client/Classes/System/Utils/Path.py
Normal file
6
Client/Classes/System/Utils/Path.py
Normal file
@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
|
||||
class PathUtil:
|
||||
def getAbsolutePathTo(notAbsolutPath:str) -> str:
|
||||
return os.path.abspath("Client/" + notAbsolutPath)
|
Reference in New Issue
Block a user