nicetoolbox.utils.system.check_long_path_support¶
- nicetoolbox.utils.system.check_long_path_support() None[source]¶
Check if Windows long path support is enabled and warn if not.
On Windows, the default MAX_PATH limit is 260 characters. This can cause failures when dataset/session names produce long folder paths. Enabling long path support removes this limit.
On Linux, this check is a no-op (no 260-char restriction).