Skip to content

Basedir layout renderer

Xharze edited this page Oct 3, 2012 · 1 revision

The current application domain's base directory.

Supported in .NET, Compact Framework and Mono.

##Configuration Syntax

${basedir:dir=String:file=String}

##Parameters ###Advanced Options

  • dir - Name of the directory to be Path.Combine()'d with with the base directory.
  • file - Name of the file to be Path.Combine()'d with with the base directory.
Clone this wiki locally