C# Class GuiLabs.FileUtilities.File

Datei anzeigen Open project: KirillOsenkov/ContentSync

Public Methods

Method Description
AreIdentical ( File left, File right ) : bool
CreateOnDisk ( string folder ) : void
File ( string name, string content = "" ) : System.Collections.Generic

Method Details

AreIdentical() public static method

public static AreIdentical ( File left, File right ) : bool
left File
right File
return bool

CreateOnDisk() public method

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

File() public method

public File ( string name, string content = "" ) : System.Collections.Generic
name string
content string
return System.Collections.Generic