C# Class Glare.Assets.FileManager.NullFileManager

Inheritance: FileManager
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Exists ( string path ) : bool
GetFiles ( string path, string pattern, SearchOption option = SearchOption.TopDirectoryOnly ) : string[]
Open ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream

Method Details

Exists() public méthode

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

GetFiles() public méthode

public GetFiles ( string path, string pattern, SearchOption option = SearchOption.TopDirectoryOnly ) : string[]
path string
pattern string
option SearchOption
Résultat string[]

Open() public méthode

public Open ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream
path string
mode FileMode
access FileAccess
share FileShare
Résultat Stream