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.
"Olin Lathrop" <eagle@embedinc.com> wrote in message
news:hia7oh$2mu$1@cheetah.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.
--
already annoying from the first apparition.
and IMHO, you can't put a SO in danger if you create a folder, so that user
to give the accept for this. (even if you create 1000 folders, I don't see a
major security problem)
"Olin Lathrop" <eagle@embedinc.com> wrote in message
news:hia7oh$2mu$1@cheetah.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.
--
already annoying from the first apparition.
and IMHO, you can't put a SO in danger if you create a folder, so that user
to give the accept for this. (even if you create 1000 folders, I don't see a
major security problem)