func_file_stripdir.rst 390 B

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