NevronOpenVision
Nevron.Nov.IO Namespace / NFileSystem Class
Fields Properties Methods


In This Topic
    NFileSystem Class Members
    In This Topic

    The following tables list the members exposed by NFileSystem.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the default (current) file system of the application.  
    Public PropertyGets or sets the current folder path. If the user has not explicitly specified a current folder, by default the Directory.GetCurrentDirectory() value is used.  
    Public PropertyGets the path notation that this file system uses.  
    Public PropertyGets or set an user specified temp folder path. If the user has not explicitly specified a current folder, by default the Directory.GetTempPath() value is used.  
    Public PropertyGets the type of this file system  
    Top
    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