C# Class FilesFinder2.FilesFinder

ファイルを表示 Open project: ZeroK-RTS/SpringRTS-Tools Class Usage Examples

Public Methods

Method Description
CopyTo ( string destination ) : string
FilesFinder ( string unitName, ModInfo mod ) : System
FixPath ( string path ) : string
GetS3oTextures ( string filepath ) : IEnumerable
Print ( ) : void

Private Methods

Method Description
CopyFile ( string filePath, string destinationFolder ) : void
CopyFiles ( IEnumerable filePaths, string destinationFolder ) : void
FilesFinder ( ) : System
Get3doTextures ( string filePath ) : IEnumerable
GetS3oTexture ( BinaryReader br, int start, int end ) : string
ProcessUnitFile ( ) : void

Method Details

CopyTo() public method

public CopyTo ( string destination ) : string
destination string
return string

FilesFinder() public method

public FilesFinder ( string unitName, ModInfo mod ) : System
unitName string
mod ModInfo
return System

FixPath() public static method

public static FixPath ( string path ) : string
path string
return string

GetS3oTextures() public static method

public static GetS3oTextures ( string filepath ) : IEnumerable
filepath string
return IEnumerable

Print() public method

public Print ( ) : void
return void