Skip to content

New FileUtil.CreateUniqueTimedFolder.

Latest
Compare
Choose a tag to compare
@olivier-spinelli olivier-spinelli released this 15 Dec 09:27
· 693 commits to develop since this release

I thought it was not possible to have this helper because of the way CreateDirectory works but by using Directory.Move rather than CreateDirectory, this helper now exist.