Nevron Open Vision Documentation
Nevron.Nov.IO Namespace / NFileSystemService Class
Properties Methods


In This Topic
    NFileSystemService Class Members
    In This Topic

    The following tables list the members exposed by NFileSystemService.

    Public Properties
     NameDescription
    Public PropertyGets or sets the path to the current folder  
    Public PropertyGets the path that this file system service uses.  
    Public PropertyGets or sets the path to the temp folder  
    Top
    Public Methods
     NameDescription
    Public MethodCopies the given source file to the specified destination. Returns the new file at the specified destination.  
    Public MethodCopies the given source file to the specified destination.  
    Public MethodCreates a file for both reading and writing. If the file already exists it is overwritten.  
    Public MethodCreates the specified folder, if it does not exist  
    Public MethodDeletes the specified file system object  
    Public MethodClears the content of the specified folder  
    Public MethodChecks whether the given file system object exists.  
    Public MethodGets the attributes of the given file or folder.  
    Public MethodGets the current folder, or null if a current folder path is not provided.  
    Public MethodOverloaded. Gets a file object for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath();  
    Public MethodGets the size, in bytes, of the given file.  
    Public MethodGets the files that are children or descendants of the specified folder.  
    Public MethodOverloaded. Gets a folder object for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath();  
    Public MethodGets the folders that are children or descendants of the specified folder.  
    Public MethodGets the absolute path for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath();  
    Public MethodGets the name of the specified file system object  
    Public MethodGets the folder that contains this object  
    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.  
    Public MethodGets the creation time of the given file of folder.  
    Public MethodMoves the specified file to the specified destination.  
    Public MethodMoves the specified file to the specified destination.  
    Public MethodOpens an existing file or creates a new file for both reading and writing.  
    Public MethodOpens the file for reading.  
    Public MethodOpens an existing file or creates a new file for writing.  
    Public MethodSets the attributes of the given file or folder.  
    Public MethodSets the creation time of the given file of folder.  
    Top
    See Also