Friday, May 1, 2015

asp.net Get Temporary Folder Path

  public static string GetTempFolderPath()
        {
            return Path.GetTempPath();
        }

No comments:

Post a Comment