DirectoryEntryName()
语法
Filename$ = DirectoryEntryName(#Directory)概要
Returns the name of the current entry in the directory being listed with ExamineDirectory() and NextDirectoryEntry() functions.
参数
#Directory The directory examined with ExamineDirectory().
返回值
Returns the name of the current directory entry.
Remarks
The pseudo-directories "." and ".." can be returned in a directory enumeration, so they have to be filtered if they should not be included in the program output.
参阅
ExamineDirectory(), NextDirectoryEntry(), DirectoryEntryType(), DirectoryEntrySize(), DirectoryEntryAttributes(), DirectoryEntryDate()
已支持操作系统
所有