Platform Core .NET Assemblies API
IFile Interface Members
See Also  Properties  Methods  Send Feedback
Terrasoft.File.Abstractions Namespace : IFile Interface

Glossary Item Box

The following tables list the members exposed by IFile.

Public Properties

 NameDescription
 PropertyCreatedOnGets or sets the creation time of the current file.  
 PropertyExistsGets a value indicating whether a file exists.  
 PropertyFileLocatorGets the file locator assigned with the current instance of the IFile type.  
 PropertyLengthGets the size, in bytes, of the current file.  
 PropertyModifiedOnGets or sets the modification time of the current file.  
 PropertyNameGets or sets the name of the file.  
Top

Public Methods

 NameDescription
 MethodCopyAsyncAsynchronous copies the current file.  
 MethodDeleteAsyncAsynchronous deletes the current file.  
 MethodGetAttribute<TValue>Returns the attribute value for the current file.  
 MethodMoveAsyncAsynchronous moves the current file.  
 MethodReadAsyncAsynchronous reads the current file content  
 MethodSaveAsyncAsynchronous saves the current file metadata.  
 MethodSetAttribute<TValue>Sets the attribute value for the current file.  
 MethodWriteAsyncAsynchronous writes the current file content.  
Top

See Also

© Terrasoft 2002-2021.