NevronOpenVision
Nevron.Nov.IO Namespace / NInteropFileSystemServiceProxy Class


In This Topic
NInteropFileSystemServiceProxy Class Methods
In This Topic

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

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