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


In This Topic
    NInteropFileSystemServiceProxy Class Members
    In This Topic

    The following tables list the members exposed by NInteropFileSystemServiceProxy.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets 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 that this file system service uses. (Inherited from Nevron.Nov.IO.NFileSystemService)
    Public PropertyOverridden. Gets 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.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Copies the given source file to the specified destination file.  
    Public MethodOverridden. Copies the given source file to the specified destination.  
    Public MethodOverridden. Creates a file for both reading and writing. If the file already exists it is overwritten.  
    Public MethodOverridden. Creates the specified folder, if it does not exist  
    Public MethodOverridden. Deletes the specified file system object.  
    Public MethodOverridden. Clears the content of the specified folder  
    Public MethodOverridden. Checks whether the given file system object exists.  
    Public MethodOverridden. Gets the attributes of the given file or folder.  
    Public MethodGets the current folder, or null if a current folder path is not provided. (Inherited from Nevron.Nov.IO.NFileSystemService)
    Public MethodOverloaded. Overridden. Gets a file that has the specified relative path from the specified folder.  
    Public MethodOverridden. Gets the size, in bytes, of the given file.  
    Public MethodOverridden. Gets the files that match the specified search pattern in the given folder, using a value to determine whether to search subfolders.  
    Public MethodOverloaded. Overridden. Gets a folder that has the specified relative path from the specified folder.  
    Public MethodOverridden. Gets the subfolders that match the specified search pattern in the given folder, using a value to determine whether to search subfolders.  
    Public MethodGets the absolute path for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath(); (Inherited from Nevron.Nov.IO.NFileSystemService)
    Public MethodGets the name of the specified file system object (Inherited from Nevron.Nov.IO.NFileSystemService)
    Public MethodGets the folder that contains this object (Inherited from Nevron.Nov.IO.NFileSystemService)
    Public MethodCreates an uniquely named, zero-byte temporary file on disk and returns a file object for this file. (Inherited from Nevron.Nov.IO.NFileSystemService)
    Public MethodGets the temp folder, or null if a temp folder path is not provided. (Inherited from Nevron.Nov.IO.NFileSystemService)
    Public MethodOverridden. Gets the creation time of the given file of folder.  
    Public MethodOverridden. Moves the specified file to the specified destination. Returns the new file at the specified destination.  
    Public MethodOverridden. Moves the specified file to the specified destination.  
    Public MethodOverridden. Opens an existing file or creates a new file for both reading and writing.  
    Public MethodOverridden. Opens the file for reading.  
    Public MethodOverridden. Opens an existing file or creates a new file for writing.  
    Public MethodOverridden. Sets the attributes of the given file or folder.  
    Public MethodOverridden. Sets the creation time of the given file of folder.  
    Top
    See Also