Skip to content

Instantly share code, notes, and snippets.

@jjvdangelo
Created February 26, 2014 06:20
Show Gist options
  • Save jjvdangelo/9224514 to your computer and use it in GitHub Desktop.
Save jjvdangelo/9224514 to your computer and use it in GitHub Desktop.
open System.Web.Hosting
open Simple.Web.Helpers
type PathUtility() =
interface IPathUtility with
member __.MapPath virtualPath =
virtualPath |> HostingEnvironment.MapPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment