X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=protocol%2Famcp%2FAMCPCommandsImpl.cpp;h=0fe0d942b0b7d064c79940fecc5e2a94a7245f23;hb=48e6b878823d7a118df54b91ee8d6bd7ce84c8e8;hp=2788325c7dda4b7ed16e0d8f500bff366d8e5556;hpb=49949fedc13aff4be9a7c40c72a0a96e7670836c;p=casparcg diff --git a/protocol/amcp/AMCPCommandsImpl.cpp b/protocol/amcp/AMCPCommandsImpl.cpp index 2788325c7..0fe0d942b 100644 --- a/protocol/amcp/AMCPCommandsImpl.cpp +++ b/protocol/amcp/AMCPCommandsImpl.cpp @@ -2444,7 +2444,7 @@ std::wstring info_paths_command(command_context& ctx) { boost::property_tree::wptree info; info.add_child(L"paths", caspar::env::properties().get_child(L"configuration.paths")); - info.add(L"paths.initial-path", boost::filesystem::initial_path().wstring() + L"/"); + info.add(L"paths.initial-path", caspar::env::initial_folder() + L"/"); return create_info_xml_reply(info, L"PATHS"); }