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