June 22nd, 2006
C# Code - getLastFolderName
I’ve recently developed the need for a function that would return the last folder name in a given string variable, containing a filepath. I am unaware of a inherent function provided by Microsoft that performs this functionality, so I wrote one myself. (more…)

