func_file_stripext.rst 393 B

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