realpath.bmx 140 B

12345
  1. ' realpath.bmx
  2. print realpath("realpath.bmx") 'prints full path of this source
  3. print realpath("..") 'prints full path of parent directory