mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
Add docker file
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user