Images in this article missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at info@codegain.com
hi Guys,
Here it is the code snippets;
public string GetDirectoryNameFromPath(string fullPath){return Path.GetDirectoryName(fullPath);}
{/codecitation}
Thank you