func_file_nextfile.rst 379 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_file_nextfile:
  2. ========
  3. NextFile
  4. ========
  5. NextFile -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. NextFile$( dir )
  10. Return next file in a directory
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. File name of next file in directory opened using #ReadDir, or an empty string if there are no more files to read.
  16. Examples
  17. ========
  18. See Also
  19. ========