PC Review


Reply
Thread Tools Rate Thread

Automatically create folder on SharePoint

 
 
K
Guest
Posts: n/a
 
      29th May 2009
In my Access program, I am trying to create a folder if one does not exist on
a Sharepoint site, but I am receiving a permission denied error. I have the
appropriate persmissions to create a folder and I can create one manually
directly on the site. Does anyone know a better way? I am using the
following code:

Public Sub CreateWorkingFolder(ByVal sWorkingDir As String)

Dim fso As New FileSystemObject

If fso.FolderExists(sWorkingDir) = False Then
fso.CreateFolder Path:=sWorkingDir
End If

Exit_CreateWorkingFolder:
Exit Sub

TIA!
 
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
VBA, create a Folder in Sharepoint Ginovp41 General Discussion 0 6th Aug 2011 09:11 PM
Automatically create folder on SharePoint K Microsoft Access VBA Modules 1 1st Jun 2009 08:36 PM
Automatically create folder Blakey300 Microsoft Access Form Coding 2 9th Mar 2009 04:10 PM
automatically folder create hitesh Microsoft Excel Misc 1 2nd Jan 2008 11:52 AM
Re: Automatically create new folder Bob I Windows XP General 1 11th Jan 2007 07:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:08 AM.