Skip to content

Instantly share code, notes, and snippets.

@chrisalexander
Created February 18, 2017 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisalexander/50ea4d72f923217f0e52f0488663ce23 to your computer and use it in GitHub Desktop.
Save chrisalexander/50ea4d72f923217f0e52f0488663ce23 to your computer and use it in GitHub Desktop.
let getFile date edition format =
let path = getFormatPath date format
let fileRoot = getFileRoot date edition
let extension = getFileExtension format
path + fileRoot + "." + extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment