C# Class GoolFileForCS, GOOL

显示文件 Open project: librecoop/GOOL Class Usage Examples

Public Methods

Method Description
GoolFileForCS ( string name )
createNewFile ( ) : bool
deleteFile ( ) : bool
exists ( ) : bool

Method Details

GoolFileForCS() public method

public GoolFileForCS ( string name )
name string

createNewFile() public method

public createNewFile ( ) : bool
return bool

deleteFile() public method

public deleteFile ( ) : bool
return bool

exists() public method

public exists ( ) : bool
return bool