.. _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 ========