Removes a mapped network drive.
The local drive letter to unmap (e.g., 'Z:').
1 if successful, 0 otherwise.
import { DriveMapDel } from '@ahmic/autoit-js';DriveMapDel('Z:'); Copy
import { DriveMapDel } from '@ahmic/autoit-js';DriveMapDel('Z:');
https://www.autoitscript.com/autoit3/docs/functions/DriveMapDel.htm
Removes a mapped network drive.