How would I go about crating a folder during installation of my application?
Currently, I save files in my users MyDocuments folder, but they're loose.
It would be better if I could create a specific folder to hold them, but I'm
not sure how I'd go about this.
Any help would be appreciated.

Chris.

RE: publishing app by Daniel

Daniel
Sun Jan 08 23:35:02 CST 2006

Have you seen the directory class?

I havn't used it before but it looks like it does what you want :)

Good luck.


"Chris" wrote:

> How would I go about crating a folder during installation of my application?
> Currently, I save files in my users MyDocuments folder, but they're loose.
> It would be better if I could create a specific folder to hold them, but I'm
> not sure how I'd go about this.
> Any help would be appreciated.
>
> Chris.
>
>
>

Re: publishing app by Chris

Chris
Mon Jan 09 01:05:17 CST 2006

"Daniel" <Daniel@discussions.microsoft.com> wrote in message
news:D8462109-C668-46A0-AE7F-8536B9C20E60@microsoft.com...
> Have you seen the directory class?
>
> I havn't used it before but it looks like it does what you want :)
>
> Good luck.
>
>

I'll have a look into it :)

Thanks,

Chris