StorageHelperGetFullFolderPhysicalPath Method |
Returns full physical path for a folder. Ensures the trailing backslash
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax public static string GetFullFolderPhysicalPath(
string path,
string webFullPath = null
)
Parameters
- path
- Type: SystemString
Path - webFullPath (Optional)
- Type: SystemString
Full path to the root of the web project (e.g. c:\WebProject\)
Return Value
Type:
StringSee Also