absolutize = function(path) if is_relative_path(path) then return App.current_dir..path end return path end