realpath.bmx 160 B

1234567
  1. ' realpath.bmx
  2. SuperStrict
  3. Print RealPath("realpath.bmx") 'prints full path of this source
  4. Print RealPath("..") 'prints full path of parent directory