Different between GetFileTitleList and GetFileNameList


dle

Recommended Posts

It clearly defined in the manual

File.GetFileNameList(path): returns an array of strings containing the names of all the files matching the given
path and wildcard. The name does not include the path. For c:\mydir\myfile.txt, the name is myfile.txt.

File.GetFileTitleList(path): same as above, but only returns the file title (myfile) for each file.

 

but I don't see the difference in the watch list

File.JPG

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.