Hi
i am trying to set template galary path to path as below
Editor1.Setting("security:TemplateGalleryPath") =@"d:\Companyfiles\1h\1master\Templates\";
but i am getting an error when it calles the function
fs.VirtualRoot = CuteEditor.EditorUtility.ProcessWebPath(Context, null, secset.TemplateGalleryPath).TrimEnd('/') + "/";
it given me error failed to map the path '/' .how can i set to physical path.