How to start Multiple File Import () vis JSL with Keep Dialog Open unchecked?
As the tile says - I have tried the following but does not workNames Default To Here( 1 );
// use the save-script-to-script-window button
// in the MFI dialog to see more messages
// for filtering files and controlling the import
Multiple File Import( Keep Dialog Open (0),
<<Set Folder( "$DESKTOP" ),
<<Set Name Filter( "*.csv;" ),
<<Set Name Enable( 1 )
) << Create Window;
Where am I going wron...