C# Class winsw.Plugins.SharedDirectoryMapper.SharedDirectoryMappingHelper

Mostrar archivo Open project: kohsuke/winsw

Public Methods

Method Description
MapDirectory ( String label, String uncPath ) : void

Maps the remote directory

UnmapDirectory ( String label ) : void

Unmaps the label

Private Methods

Method Description
InvokeCommand ( String command, String args ) : void

Invokes a system command

Method Details

MapDirectory() public method

Maps the remote directory
Operation failure
public MapDirectory ( String label, String uncPath ) : void
label String Disk label
uncPath String UNC path to the directory
return void

UnmapDirectory() public method

Unmaps the label
Operation failure
public UnmapDirectory ( String label ) : void
label String Disk label
return void