Results 1 to 2 of 2
  1. #1
    etsoft is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2015
    Posts
    6

    Get folder permissions and put them in a table

    Hi,



    i've been looking for a way to get all the folder permissions form a folder and its subfolders and get them into a table.

    Please help me.

    Regards
    Erwin

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    look at FILE SYSTEM OBJECTS

    Code:
    Dim fso
    Set fso = CreateObject("Scripting.FileSystemObject")
       If Not fso.FolderExists(pvDir) Then fso.CreateFolder pvDir     'MkDir pvDir
    Set fso = Nothing
    to traverse folders

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 05-15-2015, 10:58 AM
  2. Replies: 4
    Last Post: 06-27-2013, 12:29 PM
  3. open folder/Make new folder(example)-VBA Code
    By Madmax in forum Code Repository
    Replies: 3
    Last Post: 03-13-2012, 09:17 AM
  4. Enter a folder name and open that folder
    By pkstormy in forum Code Repository
    Replies: 0
    Last Post: 09-05-2010, 04:39 PM
  5. Replies: 1
    Last Post: 05-17-2010, 12:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums