[Gregor.Core.IIoProvider]

Gregor.Core.IIoProvider

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public interface Gregor.Core.IIoProvider

: Gregor.Core.IProvider, Gregor.Core.INamedItem

Custom Attributes: 

Description: 


Members

GetAbsolutePath

System.String GetAbsolutePath(System.String sBasePath, System.String sRelativePath)

Custom Attributes: 

Description: 

GetBasePath

System.String GetBasePath(System.String sTargetPath, System.String sRelativePath)

Custom Attributes: 

Description: 

GetFileExtension

System.String GetFileExtension(System.String sFullPath)

Custom Attributes: 

Description: 

GetParentPath

System.String GetParentPath(System.String sFullPath)

Custom Attributes: 

Description: 

GetRelativePath

System.String GetRelativePath(System.String sBasePath, System.String sTargetPath)

Custom Attributes: 

Description: 

PerformTest

System.Boolean PerformTest(Gregor.Core.PathTest test, System.String sFullPath)

Custom Attributes: 

Description: 

ReadStorage

System.String ReadStorage(System.String sFullPath, System.Text.Encoding enc)

Custom Attributes: 

Description: 

Supports

System.Boolean Supports(Gregor.Core.IoProviderFeature feature, System.String sFullPath)

Custom Attributes: 

Description: 

WriteAppendStorage

void WriteAppendStorage(System.String sFullPath, System.String sContent, System.Text.Encoding enc)

Custom Attributes: 

Description: 

WriteStorage

void WriteStorage(System.String sFullPath, System.String sContent, System.Text.Encoding enc)

Custom Attributes: 

Description: 


See Also

System.String

System.Text.Encoding

Gregor.Core.INamedItem

Gregor.Core.IProvider

System.Boolean

System.Void

Gregor.Core.IoProviderFeature

Gregor.Core.PathTest