Sandbox Logo

Compiler.UseAbsoluteSourcePaths

bool UseAbsoluteSourcePaths { get; set; }

Description

During development we use absolute source paths so that debugging works better. In a packed/release build it's good to use relative paths instead, just to avoid exposing the builder's file system.

Return

User Comments