NevronOpenVision
Nevron.Nov.IO Namespace / NFileSystemObject Class
Properties Methods


NFileSystemObject Class Members

The following tables list the members exposed by NFileSystemObject.

Public Properties
 NameDescription
Public PropertyGets the file system associated with this file system object.  
Public PropertyReturns only the name of the file system object, without the path information. For example if the path is "C:\Documents\MyFile.txt", this method returns "MyFile.txt". To get the full path to this file system object, use the Path property.  
Public PropertyGets the full path of this file system object, in the FileSystem path notation (Windows or Unix).  
Public PropertyGets the file URI of this file system object.  
Top
Protected Properties
 NameDescription
Internal Property  
Top
Public Methods
 NameDescription
Public MethodCreates an identical copy of this object.  
Public MethodDeletes this object.  
Public MethodChecks whether the given object is equal to this file system object.  
Public MethodChecks whether the file system object exists.  
Public MethodGets the attributes of this file or directory.  
Public MethodGets the hash for this file system object.  
Public MethodGets the folder that contains this object  
Public MethodGets the specifies file system object time stamp.  
Public MethodSets the attributes of this file or directory.  
Public MethodSets the specifies file system object time stamp.  
Top
Protected Methods
 NameDescription
Internal Methodstatic (Shared in Visual Basic)  
Internal Methodstatic (Shared in Visual Basic)  
Protected MethodCalled when the URI of this file system object has changed.  
Top
See Also