AuScGen.CommonUtilityPlugin.AutoITExtension.DriveMapAdd C# (CSharp) Method

DriveMapAdd() public method

public DriveMapAdd ( string device, string share, int flags, string user = "", string password = "" ) : string
device string
share string
flags int
user string
password string
return string
        public string DriveMapAdd(string device, string share, int flags = 0, string user = "", string password = "")
        {
            return AutoItX.DriveMapAdd(device, share, flags = 0, user = "", password = "");
        }