Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ PathToOS
Function
PathToOS
Engine/source/core/util/path.cpp:427–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
}
426
427
String PathToOS(String file)
428
{
429
if (Path::OsSeparator !=
'/'
)
430
file.replace(
'/'
, Path::OsSeparator );
431
432
return file;
433
}
434
435
} // Namespace
436
Callers
10
_IsDirectory
Function · 0.85
internalAddNotification
Method · 0.85
resolve
Method · 0.85
create
Method · 0.85
remove
Method · 0.85
rename
Method · 0.85
getAttributes
Method · 0.85
open
Method · 0.85
read
Method · 0.85
VerifyWriteAccess
Method · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected