func_file_extractdir.rst 404 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _func_file_extractdir:
  2. ==========
  3. ExtractDir
  4. ==========
  5. ExtractDir -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ExtractDir$( path$ )
  10. Extract directory from a file path
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Nothing.
  16. Examples
  17. ========
  18. .. code-block:: blitzmax
  19. ' extractdir.bmx
  20. print extractdir("mypath/myfile.bmx") 'prints mypath
  21. See Also
  22. ========