///<summary>Use this instead of ODFileUtils.AppendSuffix when the path is in the A to Z folder.</summary> public static string AppendSuffix(string fileFullPath, string suffix) { return(CloudStorage.PathTidy(ODFileUtils.AppendSuffix(fileFullPath, suffix))); }