From 973c2ff2827162e85c8a6d7500e30e9cb6afbdaf Mon Sep 17 00:00:00 2001 From: Next Turn <45985406+NextTurn@users.noreply.github.com> Date: Thu, 6 Aug 2020 15:48:24 +0800 Subject: [PATCH] Relative paths and the default working directory --- docs/xml-config-file.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/xml-config-file.md b/docs/xml-config-file.md index df7ca76..6017563 100644 --- a/docs/xml-config-file.md +++ b/docs/xml-config-file.md @@ -33,6 +33,11 @@ Also, the service wrapper sets the environment variable `BASE` by itself, which This is useful to refer to other files in the same directory. Since this is an environment variable by itself, this value can be also accessed from the child process launched from the service wrapper. +## Relative paths and the default working directory + +Relative paths are resolved based on the [working directory](#working-directory). +The default working directory of the wrapper and it's child processes is the directory where the configuration file is located. + ## Configuration entries ### id