Skip to content

Commit

Permalink
Merge pull request #269 from TV-Rename/create-appdata-dirs
Browse files Browse the repository at this point in the history
Create appdata directories
  • Loading branch information
SirSparkles authored Jan 8, 2018
2 parents 7828f02 + 9b63bc0 commit 49e3467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TVRename#/TVRename/PathManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public static void SetUserDefinedBasePath(string path)

protected static FileInfo GetFileInfo(string path, string file)
{
Directory.CreateDirectory(path);

return new FileInfo(System.IO.Path.Combine(path, file));
}

Expand Down

0 comments on commit 49e3467

Please sign in to comment.