Home
last modified time | relevance | path

Searched refs:new_saves_dir (Results 1 – 1 of 1) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dfilesystem_boost.cpp560 …boost::filesystem::path new_saves_dir = home / "Library/Containers/org.wesnoth.Wesnoth/Data/Librar… in migrate_apple_config_directory_for_unsandboxed_builds() local
561 new_saves_dir += get_version_path_suffix(); in migrate_apple_config_directory_for_unsandboxed_builds()
563 if(bfs::is_directory(new_saves_dir)) { in migrate_apple_config_directory_for_unsandboxed_builds()
566 std::cout << "symlinking " << old_saves_dir << " to " << new_saves_dir << "\n"; in migrate_apple_config_directory_for_unsandboxed_builds()
567 bfs::create_symlink(new_saves_dir, old_saves_dir); in migrate_apple_config_directory_for_unsandboxed_builds()