Hi to all,
I need to show (like explorer does ) a folder to the customer where i placed same files.
Example: Folder to show is C:\MYDATA
tks
Piscicelli/Zingoni
Hi to all,
I need to show (like explorer does ) a folder to the customer where i placed same files.
Example: Folder to show is C:\MYDATA
tks
Piscicelli/Zingoni
If you just want the user to select a file I would use cGetFile().
cGetFile( <cFileMask>, <cTitle>, [<nDefaultMask>], [<cInitialDirectory>], [lSave], [lLongNames], [nFlags] )
James
No, i need only to show the files as IEXPLORER DOES
Tks
Piscicelli,
I'm not sure exactly what you want since Explorer can show files a number of different ways.
You can use the directory() function to get a list of files, then use a browse to browse the array.
If you want to show files as icons, take a look at TListView.
James
i solved the problem simple using
waitrun("explorer.exe c:\mydata")
it works fine for my scope.
tks