Click or drag to resize
DirectoryGetDirectoryObject Method
Gets the directory provider object for given path

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static AbstractDirectory GetDirectoryObject(
	ref string path
)

Parameters

path
Type: SystemString
Input path, output is path relative to the returned storage provider

Return Value

Type: AbstractDirectory
See Also