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


In This Topic
    NFolder Class Members
    In This Topic

    The following tables list the members exposed by NFolder.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the file system associated with this file system object. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    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. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Public PropertyGets the full path of this file system object, in the FileSystem path notation (Windows or Unix). (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Public PropertyGets the file URI of this file system object. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Top
    Protected Properties
     NameDescription
    Internal Property (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Top
    Public Methods
     NameDescription
    Public MethodCopies this folder to the specified destination. If specified, overrides the duplicate descendant files and folders in the destination.  
    Public MethodEnsures that the folder is created  
    Public MethodOverridden. Creates an identical copy of this object.  
    Public MethodDeletes this object. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Public MethodDeletes all files and folders in the folder.  
    Public MethodChecks whether the given object is equal to this file system object. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Public MethodChecks whether the file system object exists. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Public MethodGets the attributes of this file or directory. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Public MethodGets a file, which is relative to this folder.  
    Public MethodOverloaded. Gets the child or descendant files that match the specified searchPattern.  
    Public MethodGets a folder, which is relative to this folder.  
    Public MethodOverloaded. Gets the child or descendant folders that match the specified searchPattern.  
    Public MethodGets the hash for this file system object. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Public MethodGets the folder that contains this object (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Public MethodGets the specifies file system object time stamp. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Public MethodMoves this folder to the specified destination. If specified, overrides the duplicate descendant files and folders in the destination.  
    Public MethodSets the attributes of this file or directory. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Public MethodSets the specifies file system object time stamp. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the URI of this file system object has changed. (Inherited from Nevron.Nov.IO.NFileSystemObject)
    Top
    See Also