func_file_currentdir.rst 388 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. _func_file_currentdir:
  2. ==========
  3. CurrentDir
  4. ==========
  5. CurrentDir -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. CurrentDir$()
  10. Get Current Directory
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. The current directory
  16. Examples
  17. ========
  18. .. code-block:: blitzmax
  19. ' currentdir.bmx
  20. cd$=currentdir()
  21. print "CurrentDir()="+cd$
  22. See Also
  23. ========