Hi Stan,
re:
> I would use just
>
> gd.fileImportSubD( FileName, true );
That will probably work but it's actually expecting just the filename, so just put:
gd.fileImportSubD( FileName );
The additional parameter on open() is for not showing the "save changes" dialog.
- Michael
|