BlitzMax Docs -> 2D - A-Z -> R -> RealPath
RealPath$( path$ )
Returns:
Nothing.Description:
Get real, absolute path of a file pathExample:
' realpath.bmx
print realpath("realpath.bmx") 'prints full path of this source
print realpath("..") 'prints full path of parent directory
Comments
None.
BlitzMax Manual Forum
Blitz3D Equivalent Command




