B
Bob Altman
Hi all,
I have a folder on my disk that contains a bunch of files. Elsewhere on my
disk I have a VB application that wants to embed those files as resources
when it is compiled. The trick is, the files in the folder can change over
time, so I need some sort of automatic way of embedding *all* of the files
in that folder into my application. (I really don't want to have to modify
the VB project when a file is added or removed from the folder -- I want the
build step to figure it out on its own.)
Can this be done?
TIA - Bob
I have a folder on my disk that contains a bunch of files. Elsewhere on my
disk I have a VB application that wants to embed those files as resources
when it is compiled. The trick is, the files in the folder can change over
time, so I need some sort of automatic way of embedding *all* of the files
in that folder into my application. (I really don't want to have to modify
the VB project when a file is added or removed from the folder -- I want the
build step to figure it out on its own.)
Can this be done?
TIA - Bob