C# Class DirectoryAccess, NewTOAPIA

DirectoryAccess contains a number of static methods that manipulate directories. Directories can be created, deleted, moved, enumerated, and the like. Instances of the Directory object maintain directory state information and can be persisted.
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string directory, int flags ) : void
Delete ( string directory, int flags ) : void

Method Details

Create() public méthode

public Create ( string directory, int flags ) : void
directory string
flags int
Résultat void

Delete() public méthode

public Delete ( string directory, int flags ) : void
directory string
flags int
Résultat void