Example #1
0
        public static string GetAbsolutePath(string filePath)
        {
            var path = PathHelper.BaseDir() + filePath;

            return(path);
        }