C# Class ARMCustomTool.PhysicalFileSystem

Inheritance: IFileSystem
Mostrar archivo Open project: lars-erik/ARMLinker

Public Methods

Method Description
Exists ( string path ) : bool
ReadFile ( string path ) : string

Method Details

Exists() public method

public Exists ( string path ) : bool
path string
return bool

ReadFile() public method

public ReadFile ( string path ) : string
path string
return string