[AccessD] Make Folder Problem

David A. Gibson dgibso at uark.edu
Fri Apr 28 10:00:41 CDT 2006


Could it be that the user permissions are different?

David G.


At 09:47 AM 4/28/2006, you wrote:
>I use the following code on my machine to create a folder and it works
>fine. Just tried it on another users machine and got a message could not
>create folder. I was able to do it manually. Any thoughts?
>
>ChDrive "C:"
>
>Set fso = CreateObject("Scripting.FileSystemObject")
>
>ResultsPath = "C:\Files\Excel\Scaleup10"
>
>If Not fso.folderexists(ResultsPath) Then
>
>     MkDir "C:\Files\Excel\Scaleup10"
>
>End If
>
>  Chester Kaup
>Engineering Technician
>Kinder Morgan CO2 Company, LLP
>Office (432) 688-3797
>FAX (432) 688-3799
>
>No trees were killed in the sending of this message. However a large
>number of electrons were terribly inconvenienced.





More information about the AccessD mailing list