func_file_stripall.rst 400 B

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