Creating a file folder when project gets published 
Author Message
 Creating a file folder when project gets published

Hello,
I am looking for a way to create a folder out on a file system when the user
publishes a project from project pro. Any ideas, thoughts. I have looked at
VBA and can not seem to find a way to do this.
Thanks,
Mike


Sat, 17 Sep 2005 08:03:19 GMT  
 Creating a file folder when project gets published
G'day Mike,

Try the MkDir statement, eg MkDir "Name of New Directory".

If the directory is to be created on another drive,
include the path in the string.

I hope this helps you out.

Regards,

Dave.

Quote:
>-----Original Message-----
>Hello,
>I am looking for a way to create a folder out on a file

system when the user
Quote:
>publishes a project from project pro. Any ideas,

thoughts. I have looked at
Quote:
>VBA and can not seem to find a way to do this.
>Thanks,
>Mike

>.



Sat, 17 Sep 2005 13:17:52 GMT  
 Creating a file folder when project gets published
I think you need to use triggers on the database or just
jobs on the database too.

Quote:
>-----Original Message-----
>Hello,
>I am looking for a way to create a folder out on a file

system when the user
Quote:
>publishes a project from project pro. Any ideas,

thoughts. I have looked at
Quote:
>VBA and can not seem to find a way to do this.
>Thanks,
>Mike

>.



Sat, 17 Sep 2005 18:32:53 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Publish form to a folder using VB

2. publishing to a public folder

3. Files in the bin folder of a project + How to use it with VSS

4. Changing the default project file folder...

5. Project Editor V2.5 Published!

6. Building VB .NET Project Touches WWW Publishing - Why?

7. Publish VB5 project in Internet.

8. I want to publish my VB project as a Web application`

9. Publishing my VB Project on the Web?!!!

10. Publish VB5 project in Internet.

11. Publish VB5 project in Internet.

12. Getting files,folders and drives

 

 
Powered by phpBB® Forum Software