File_DeleteShare
Description
Removes a share on a local computer
Syntax
File_DeleteShare(sShareName) As Boolean
Parameters
sShareName (String)
Name for the shared resource
Example
VBScript
If bStatus Then bStatus = File_DeleteShare("C:\Shares")
Removes a share on a local computer
File_DeleteShare(sShareName) As Boolean
sShareName (String)
Name for the shared resource
If bStatus Then bStatus = File_DeleteShare("C:\Shares")