Results 1 to 3 of 3

Thread: UNC share information

  1. #1

    Thread Starter
    Addicted Member BarankinBeAMan's Avatar
    Join Date
    Aug 2002
    Location
    Reston,Va
    Posts
    164

    UNC share information

    I have share like:

    \\servername\foldername\othername\

    I need to get that server disc info, like space, etc.

    Can I do that with FileSystemObject?
    something like :

    Set oDrive = oFSO.GetDrive("c:")

    Debug.Print oDrive.AvailableSpace

    Thank ya all !!

  2. #2
    Frenzied Member vbNeo's Avatar
    Join Date
    May 2002
    Location
    Jutland, Denmark
    Posts
    1,994

    Well

    I haven't worked with FSO that much - but i'm pretty sure it can't mess with non local files/folders/drives... It might be capable of measuring though, but don't count on it(But hey, like I said, i'm not an FSO expert).

    Cheers!
    "Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
    - Zack de la Rocha


    Hear me roar.

  3. #3

    Thread Starter
    Addicted Member BarankinBeAMan's Avatar
    Join Date
    Aug 2002
    Location
    Reston,Va
    Posts
    164
    It is capable, the problem is I don't know what drive letter is
    for the share.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width