iFileSystem Interface
Namespace: SobekCM.Core.FileSystemsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public interface iFileSystem |
Methods
| Name | Description |
---|
| AssociFilePath | [TEMPORARY] Get the associated file path (which is essentially the part of the
path that appears UNDER the root imaging spot |
| FileExists | Return a flag if the file specified exists within the digital resource |
| ReadToEnd | Read to the end of a (text-based) file and return the contents |
| Resource_Network_Uri | Return the NETWORK uri for a digital resource |
| Resource_Web_Uri | Return the WEB uri for a digital resource |
See Also