Hello,
I try to output some files from an ulp, in a specific folder. I can create
the desired path, but "output" function don't create the folder.
I can use the "dlgDialog" function to create the folder, but I don't want
this aproach.
Hello,
I try to output some files from an ulp, in a specific folder. I can create
the desired path, but "output" function don't create the folder.
I can use the "dlgDialog" function to create the folder, but I don't want
this aproach.
On 01/04/10 11:52, eSilviu wrote:
Hello,
I try to output some files from an ulp, in a specific folder. I can create
the desired path, but "output" function don't create the folder.
I can use the "dlgDialog" function to create the folder, but I don't want
this aproach.
There is currently no direct function to create a new folder from
a ULP. What you can do at te moment is to use the system() function,
like in
system("mkdir foldername");
We are planning to implement an mkdir() function in a future version.
Klaus Schmidinger
--
_______________________________________________________________
Klaus Schmidinger Phone: +49-8635-6989-10
CadSoft Computer GmbH Fax: +49-8635-6989-40
Pleidolfweg 15 Email: kls@cadsoft.de
D-84568 Pleiskirchen, Germany URL: www.cadsoft.de
_______________________________________________________________
On 01/04/10 11:52, eSilviu wrote:
Hello,
I try to output some files from an ulp, in a specific folder. I can create
the desired path, but "output" function don't create the folder.
I can use the "dlgDialog" function to create the folder, but I don't want
this aproach.
There is currently no direct function to create a new folder from
a ULP. What you can do at te moment is to use the system() function,
like in
system("mkdir foldername");
We are planning to implement an mkdir() function in a future version.
Klaus Schmidinger
--
_______________________________________________________________
Klaus Schmidinger Phone: +49-8635-6989-10
CadSoft Computer GmbH Fax: +49-8635-6989-40
Pleidolfweg 15 Email: kls@cadsoft.de
D-84568 Pleiskirchen, Germany URL: www.cadsoft.de
_______________________________________________________________
Klaus Schmidinger wrote on Fri, 08 January 2010 06:00
system("mkdir foldername");
Won't that pop up that dialog warning the user that a ULP is trying to
execute a system program? That would get annoying really fast.
--
Browser access to CadSoft Support Forums at http://www.eaglecentral.ca