package a folder using PDW
hi all,
how to package a folder using PDW say i have a folder called images
with many bmp.
i would like to add this folder to package . At present i can add each file from this folder but i would like add the whole folder instead of adding each file.
how to do this using microsoft Visual Studio 6.0 Package & Development Whizard.
Re: package a folder using PDW
Re: package a folder using PDW
Moved from FAQ forum
means what ?
what about the answer for my question ?
whether its possible to add a folder instead of each file in PDW.
thanks
Re: package a folder using PDW
"Moved from FAQ forum" means you posted your thread in the VB FAQ Forum instead of the Application Deployment forum and it was moved. ;)
You can create a folder if you have a file to deploy with it. If not you can write MkDir code in your app on its first run to create it.
Re: package a folder using PDW
my question is whether its possible to add folder while packaging ,
because i have many files in a folder to add . if its possible to add folder it will be easy instead of adding each file while packaging.
thanks.
Re: package a folder using PDW
Quote:
Originally Posted by subhasam
my question is whether its possible to add folder while packaging ,
because i have many files in a folder to add . if its possible to add folder it will be easy instead of adding each file while packaging.
thanks.
The simple answer to your question is No. You cannot add a folder, but what you can do is to select all files at once and then add.