DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

is there any way to dynamically choose folder when using dirlstwrite to make a file list?

For data in many folders, I need dynamically choose folder to make file list one after one. is there any way to dynamically choose folder when using dirlstwrite to make a file list?
0 Kudos
Message 1 of 2
(2,957 Views)
Hi,

Sorry, but this is not possible without manually programming in VBS. The command DIRLSTWRITE contains a parameter variable: FileLstFilter which specifies which information DIAdem saves when it performs the DirLstWrite command.
onlyFilenames: Only filenames
onlyDirectorynames: Only folder names
filenames: Filenames and file extensions
fullFilenames: Complete filenames

With this parameter you can create a list of sub folders to use them with DIRLSTWRITE again.

I hope this will help you

Greetings

Walter Rick
0 Kudos
Message 2 of 2
(2,957 Views)