get_file_from_active_project


Description:

public File? get_file_from_active_project (string file_path)

Check if a file path is in the active project.

Parameters:

file_path

The normalized file path to check

Returns:

The File object if found in active project, null otherwise