def get_file_path(path): """ Gets the real filepath of a file within the Alexandria environment """ return safe_join(app.config.get('storage','location',None),path)