NevronOpenVision
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 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 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 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