Returns the name of the first file found in the current directory, which is set using CurrentFolder.
class function GetFirstFile: String; static;
You can call GetNextFile to continue down the list of files in the current directory. Returns an empty string if there are no files in the current directory.
Copyright (c) 2012. All rights reserved.
|