C# Class Fusion.Build.Builder.LocalFile

Show file Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
BaseDir string
FullPath string
Handled bool
KeyPath string

Public Methods

Method Description
LocalFile ( string baseDir, string fullPath ) : System

Method Details

LocalFile() public method

public LocalFile ( string baseDir, string fullPath ) : System
baseDir string
fullPath string
return System

Property Details

BaseDir public property

public string BaseDir
return string

FullPath public property

public string FullPath
return string

Handled public property

public bool Handled
return bool

KeyPath public property

public string KeyPath
return string