| DirectoryGetDirectoryObject Method | 
            Gets the directory provider object for given path
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also