Under the hood
Path-safety check behind read_asset/read_file save-location errors was renamed internally, with no behavior change
What
The internal check that verifies a save destination (out_dir) isn't a network path, used by the read_asset and read_file tools, was renamed internally. The error messages users see, such as being told a save can only go to local directories when out_dir names a network path or can't be resolved, stay the same.
Why
This is a behind-the-scenes rename with the same error messages preserved, so it shouldn't change what users experience when saving assets or files.