C# Class Alquimiaware.NuGetUnity.FileSystemFolderCommands

Inheritance: IFolderCommands
Afficher le fichier Open project: Alquimiaware/Nuget-Unity Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string path ) : void
Delete ( string path ) : void
Exists ( string path ) : bool
Move ( string sourcePath, string destPath ) : void

Method Details

Create() public méthode

public Create ( string path ) : void
path string
Résultat void

Delete() public méthode

public Delete ( string path ) : void
path string
Résultat void

Exists() public méthode

public Exists ( string path ) : bool
path string
Résultat bool

Move() public méthode

public Move ( string sourcePath, string destPath ) : void
sourcePath string
destPath string
Résultat void