validate_file_path#

omni.kit.converter.common.validate_file_path(file_path: str) str | None#

Utility to address file picker issue which is returning url-escaped versions of special chars. If a raw path and path does not exist, returns the escaped file path if it exists, otherise returns None.