Add docker file

This commit is contained in:
2025-01-08 08:41:41 -06:00
parent 5cd54469de
commit 23bf0d94e9
14 changed files with 226 additions and 44 deletions

View File

@ -117,7 +117,7 @@ namespace Tesses::Framework::Filesystem
VFSPath LocalFilesystem::SystemToVFSPath(std::string path)
{
VFSPath p;
p.path = VFSPath::SplitPath(path,true);
p.path = VFSPath::SplitPath(path);
p.relative=true;
if(!path.empty())
{