C# Class ARMCustomTool.PhysicalFileSystem

Inheritance: IFileSystem
Afficher le fichier Open project: lars-erik/ARMLinker

Méthodes publiques

Méthode Description
Exists ( string path ) : bool
ReadFile ( string path ) : string

Method Details

Exists() public méthode

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

ReadFile() public méthode

public ReadFile ( string path ) : string
path string
Résultat string