Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public interface Gregor.Core.IIoProvider : Gregor.Core.IProvider, Gregor.Core.INamedItem Custom Attributes: Description:
System.String GetAbsolutePath(System.String sBasePath, System.String sRelativePath) Custom Attributes: Description:
System.String GetBasePath(System.String sTargetPath, System.String sRelativePath) Custom Attributes: Description:
System.String GetFileExtension(System.String sFullPath) Custom Attributes: Description:
System.String GetParentPath(System.String sFullPath) Custom Attributes: Description:
System.String GetRelativePath(System.String sBasePath, System.String sTargetPath) Custom Attributes: Description:
System.Boolean PerformTest(Gregor.Core.PathTest test, System.String sFullPath) Custom Attributes: Description:
System.String ReadStorage(System.String sFullPath, System.Text.Encoding enc) Custom Attributes: Description:
System.Boolean Supports(Gregor.Core.IoProviderFeature feature, System.String sFullPath) Custom Attributes: Description:
void WriteAppendStorage(System.String sFullPath, System.String sContent, System.Text.Encoding enc) Custom Attributes: Description:
void WriteStorage(System.String sFullPath, System.String sContent, System.Text.Encoding enc) Custom Attributes: Description: