dle Posted November 29, 2016 Share Posted November 29, 2016 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.