currentdir.bmx 91 B

12345
  1. ' currentdir.bmx
  2. SuperStrict
  3. Local cd:String = CurrentDir()
  4. Print "CurrentDir()="+cd