ReadWriteFileSystemProvider.MakeNewFileNode Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
MakeNewFileNode(String, DirectoryNode)
Factory method that creates a new instance of Filename
and Parent
initialized to parentNode
.
Classes derived from the class Read
When the virtual file system is used in the FileServer component, the server session, which contains information about the user and the active connection, can be accessed using Current property.
Inherited from ReadDeclaration
protected virtual FileNode MakeNewFileNode(string name, DirectoryNode parentNode)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of the new File |
Directory |
parentNode | Parent of the new Directory |