I need create an temp folder under windows folder, then copy in these folder various directories with files and subdirectories. I try with the File Object but I not see an option for copy subfolders.
Somebody can help me
Thanks.
Printable View
I need create an temp folder under windows folder, then copy in these folder various directories with files and subdirectories. I try with the File Object but I not see an option for copy subfolders.
Somebody can help me
Thanks.
i wrote a btach script which you can call up in mmf2 to do this for you. it will make all the relevant directories and copy the files in for you. i can create you one if you like.
Some samples...
such as... i am working on an autorun for a utility cd for my family and friends and some of the files require copying to the c drive but i couldn't find an extension to do this for me so i wrote a batchscript to do it for me.
try this
open notepad and type:
md c:\"test folder"
copy (insert location of folder to copy) c:\"test folder"\
save as copy.bat and run
Thanks
but I thinks that if MMF2 developer is not able to make these simple actions inside the file object or similar. We are long to develop serious aplications.
you could always try the sphax-file folder object
I need make these operations in Silent Mode, the user not able to open folder for copy in another location.