Posts tagged golem

Sep27

Strongly typed file names in .NET

.net ~ golem | comments

Working with filename strings in C# is always a pain in the ass. Whilst playing around with Golem, I thought it would be nice to be able to have strongly typed access to the file system for when I’m coding file-system related stuff (copying files, clearing log files etc).

Continue reading »