C# Class FileSystem.FileManager

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: stachupl/MNFS Class Usage Examples

Méthodes publiques

Méthode Description
FileManager ( ) : System
append ( string name, string toAppend ) : bool
cat ( string name ) : ArrayList
create ( ) : string
read ( string name, int i, int j ) : string[]
remove ( string fileName ) : bool
write ( string name, string toWrite ) : bool

Method Details

FileManager() public méthode

public FileManager ( ) : System
Résultat System

append() public méthode

public append ( string name, string toAppend ) : bool
name string
toAppend string
Résultat bool

cat() public méthode

public cat ( string name ) : ArrayList
name string
Résultat System.Collections.ArrayList

create() public méthode

public create ( ) : string
Résultat string

read() public méthode

public read ( string name, int i, int j ) : string[]
name string
i int
j int
Résultat string[]

remove() public méthode

public remove ( string fileName ) : bool
fileName string
Résultat bool

write() public méthode

public write ( string name, string toWrite ) : bool
name string
toWrite string
Résultat bool