123456789101112131415161718192021222324252627282930313233 |
- .. _func_file_nextfile:
- ========
- NextFile
- ========
- NextFile -
- Description
- ===========
- .. code-block:: blitzmax
- NextFile$( dir )
- Return next file in a directory
- Parameters
- ==========
- Return Values
- =============
- File name of next file in directory opened using #ReadDir, or an empty string if there are no more files to read.
- Examples
- ========
- See Also
- ========
|