Jump to content

Recommended Posts

Posted

What am I doing wrong here? $Exist is always a 0. According to the UDF it should be..

;                  |-1               - Share does not exist
;                  |$STYPE_DISKTREE  - Print queue
;                  |$STYPE_PRINTQ    - Disk drive
;                  |$STYPE_DEVICE    - Communication device
;                  |$STYPE_IPC       - IPC
;                  |$STYPE_SPECIAL   - Special share reserved for IPC$ or remote administration of the server
;                  |$STYPE_TEMPORARY - A temporary share;

;Verify Valid Shared
$Exist = _Net_Share_ShareCheck("",$ShareName)
msgbox(0,'',$Exist)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...