VBScript folders Q

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm not exactly sure where to post this messages so I'll start here. I'm
sure my question is quite simple but I have not found the right reference
materal.

I have a vb script that I need to get the path to "My Documents" for the
current user and I can not seem to locate the right folder property. Can
someone give me an example of how to get the handle to "My Documents".

Thank you
 
Directly from script is not possible access directories or files. You need
use FileSystemObject or other component to do that.

Try build you own Activex dll who gets the "My documents" path and
instantiate it in your script.

[]s
Cesar


I'm not exactly sure where to post this messages so I'll start here. I'm
sure my question is quite simple but I have not found the right reference
materal.

I have a vb script that I need to get the path to "My Documents" for the
current user and I can not seem to locate the right folder property. Can
someone give me an example of how to get the handle to "My Documents".

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top