fullPath 767 plugin/ipc/file/fileconnection.cpp string fullPath = cwd + "/" + _rel_path; fullPath 768 plugin/ipc/file/fileconnection.cpp if (jalib::Filesystem::FileExists(fullPath)) { fullPath 769 plugin/ipc/file/fileconnection.cpp _path = fullPath; fullPath 1013 plugin/ipc/file/fileconnection.cpp ostringstream fullPath; fullPath 1014 plugin/ipc/file/fileconnection.cpp fullPath << cwd << "/" << _rel_path; fullPath 1015 plugin/ipc/file/fileconnection.cpp if (jalib::Filesystem::FileExists(fullPath.str())) { fullPath 1016 plugin/ipc/file/fileconnection.cpp _path = fullPath.str();