Batch create SubD from File

 From:  Michael Gibson
10255.4 In reply to 10255.3 
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