Saturday, December 17, 2005 - Posts

VirtualPathUtility class

Found this nice utility class while browsing through the reflector. It provides utility methods for common operations involving virtual paths. Here's an example taken from the msdn page.    StringBuilder sb = new StringBuilder();    Read More