C# Class winsw.Plugins.SharedDirectoryMapper.SharedDirectoryMappingHelper

Afficher le fichier Open project: kohsuke/winsw

Méthodes publiques

Méthode Description
MapDirectory ( String label, String uncPath ) : void

Maps the remote directory

UnmapDirectory ( String label ) : void

Unmaps the label

Private Methods

Méthode Description
InvokeCommand ( String command, String args ) : void

Invokes a system command

Method Details

MapDirectory() public méthode

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

UnmapDirectory() public méthode

Unmaps the label
Operation failure
public UnmapDirectory ( String label ) : void
label String Disk label
Résultat void