NevronOpenVision
Nevron.Nov.IO Namespace / NFileSystem Class


NFileSystem Class Methods

For a list of all members of this type, see NFileSystem members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates a new instance of the current local file system  
Public Methodstatic (Shared in Visual Basic)Creates a memory file system with the specified type.  
Public MethodDecompresses the specified zip stream to the specified root folder.  
Public MethodGets the current folder, or null if a current folder path is not provided.  
Public MethodGets a file object for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath();  
Public MethodGets a folder object for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath();  
Public MethodGets the absolute path for the specified path. If path is relative it is resolved relatively to the folder returned by GetCurrentFolder();  
Public MethodCreates an uniquely named, zero-byte temporary file on disk and returns a file object for this file.  
Public MethodGets the temp folder, or null if a temp folder path is not provided.  
Top
Protected Methods
 NameDescription
Internal Methodstatic (Shared in Visual Basic)  
Top
See Also