C# Class FixVidkaDataFilenames.Program

Show file Open project: miktemk/VidkaEditor

Public Methods

Method Description
ProcessVidkaDataFolder ( string folder ) : void
Program ( ) : System
RecursiveSearchForVidkaData ( string folder ) : void

Private Methods

Method Description
Main ( string args ) : void
UpdateMetadataFilename ( string filenameMetaOld, string filenameMetaNew, string mediaFile, MetaDataType type ) : void
cxzxc ( string p ) : void

Method Details

ProcessVidkaDataFolder() public method

public ProcessVidkaDataFolder ( string folder ) : void
folder string
return void

Program() public method

public Program ( ) : System
return System

RecursiveSearchForVidkaData() public method

public RecursiveSearchForVidkaData ( string folder ) : void
folder string
return void