Documentation for a minimal subset of the QSM API
PhysicalFolder Constructor (fileController, physical_path, name)
Namespaces > QS.Fx.Filesystem > PhysicalFolder > PhysicalFolderNew(IFileController, String, String)
Initializes a new instance of the PhysicalFolder class.
Syntax
C#Visual BasicManaged C++
public PhysicalFolder (
	IFileController fileController,
	string physical_path,
	string name
)
Public Sub New ( _
	fileController As IFileController, _
	physical_path As String, _
	name As String _
)
public:
PhysicalFolder (
	IFileController^ fileController, 
	String^ physical_path, 
	String^ name
)
Parameters
fileController (IFileController)

[Missing <param> documentation for "fileController"]

physical_path (String)

[Missing <param> documentation for "physical_path"]

name (String)

[Missing <param> documentation for "name"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0