Example #1
0
        public string SubstituteExportPath(Object asset)
        {
            string projectPath = SubstitutePath(asset.GetOriginalName());

            projectPath = DirectoryUtils.FixInvalidPathCharacters(projectPath);
            return(Path.Combine(Root, projectPath));
        }
 public string SubstituteExportPath(Object asset)
 {
     return(Path.Combine(Root, SubstitutePath(asset.GetOriginalName())));
 }