]> git.sesse.net Git - casparcg/blobdiff - protocol/amcp/AMCPCommandsImpl.cpp
[flash] Moved template host copying to flash module startup instead from env setup...
[casparcg] / protocol / amcp / AMCPCommandsImpl.cpp
index 2788325c7dda4b7ed16e0d8f500bff366d8e5556..0fe0d942b0b7d064c79940fecc5e2a94a7245f23 100644 (file)
@@ -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");
 }