CBFS Connect 2020 Python Edition

Questions / Feedback?

max_file_name_length Property

The maximum filename length supported by the virtual filesystem.

Syntax

def get_max_file_name_length() -> int: ...
def set_max_file_name_length(value: int) -> None: ...

max_file_name_length = property(get_max_file_name_length, set_max_file_name_length)

Default Value

260

Remarks

This property specifies the virtual filesystem's maximum supported filename length, measured in characters. Setting this property to a value less than its default of 260 characters, which corresponds to Windows' MAX_PATH constant, is not recommended.

Note: This property cannot be changed after a virtual drive is created, and cannot be changed within events.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Connect 2020 Python Edition - Version 20.0 [Build 8348]