UNPKG

@ahmic/autoit-js

Version:
7 lines (6 loc) 233 B
export declare enum DriveMapFlag { Default = 0, Persistant = 1, Authentication = 8 } export declare function DriveMapAdd(device: string, share: string, flags?: DriveMapFlag, username?: string, password?: string): string;