PC Review


Reply
Thread Tools Rate Thread

Creating a hidden folder from Access

 
 
IKMD66
Guest
Posts: n/a
 
      4th Jul 2009

Hi,

I have packaged up my database using ADE and all has been working well. I
now want to deploy the next version, however as part of the deployment I
requrie additional folders to be avaialble on the PC's to which the DB will
be deployed. Whilst I can check if a folder is available and / or create
folders using VBA - Can you advise how I would create a hidden folder?

Thanks in advance.

Kirk
 
Reply With Quote
 
 
 
 
Stuart McCall
Guest
Posts: n/a
 
      4th Jul 2009

"IKMD66" <(E-Mail Removed)> wrote in message
news:494AAD50-5C1B-4035-8D27-(E-Mail Removed)...
> Hi,
>
> I have packaged up my database using ADE and all has been working well. I
> now want to deploy the next version, however as part of the deployment I
> requrie additional folders to be avaialble on the PC's to which the DB
> will
> be deployed. Whilst I can check if a folder is available and / or create
> folders using VBA - Can you advise how I would create a hidden folder?
>
> Thanks in advance.
>
> Kirk


To create a hidden folder called 'qwerty' off the root of c:

MkDir "c:\qwerty"
SetAttr "c:\qwerty", vbHidden


 
Reply With Quote
 
IKMD66
Guest
Posts: n/a
 
      4th Jul 2009

Stuart,

The simple things!....many thanks.

Cheers,
Kirk

"Stuart McCall" wrote:

> "IKMD66" <(E-Mail Removed)> wrote in message
> news:494AAD50-5C1B-4035-8D27-(E-Mail Removed)...
> > Hi,
> >
> > I have packaged up my database using ADE and all has been working well. I
> > now want to deploy the next version, however as part of the deployment I
> > requrie additional folders to be avaialble on the PC's to which the DB
> > will
> > be deployed. Whilst I can check if a folder is available and / or create
> > folders using VBA - Can you advise how I would create a hidden folder?
> >
> > Thanks in advance.
> >
> > Kirk

>
> To create a hidden folder called 'qwerty' off the root of c:
>
> MkDir "c:\qwerty"
> SetAttr "c:\qwerty", vbHidden
>
>
>

 
Reply With Quote
 
Stuart McCall
Guest
Posts: n/a
 
      4th Jul 2009

"IKMD66" <(E-Mail Removed)> wrote in message
news:EB78987D-2750-49A1-9870-(E-Mail Removed)...
> Stuart,
>
> The simple things!....many thanks.
>
> Cheers,
> Kirk


You're welcome. If you need to create a complete folder structure in one go,
take a look at:

http://www.smccall.demon.co.uk/Strings.htm#CreatePath


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I access a hidden folder in a template in front page? Front Page hidden folders and files Microsoft Frontpage 2 26th Jan 2009 09:18 AM
Creating a Folder in C:\ from Access =?Utf-8?B?RGVhZGV5ZQ==?= Microsoft Access Form Coding 8 11th Jan 2006 03:20 PM
My contacts folder is hidden, i can access it only from Go/Contact =?Utf-8?B?QWRyaWFuIENyaXN0ZWE=?= Microsoft Outlook Contacts 1 4th Jul 2005 11:12 AM
Access Denied When Creating Hidden Folder Ryan Hubbard Microsoft Outlook VBA Programming 7 30th Jul 2004 06:50 PM
Can't access a hidden folder ?? help please niteowl Windows XP General 7 1st Oct 2003 12:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:52 PM.