CBFS Connect 2020 Python Edition

Questions / Feedback?

max_file_size Property

The maximum file size supported by the virtual filesystem.

Syntax

def get_max_file_size() -> int: ...
def set_max_file_size(value: int) -> None: ...

max_file_size = property(get_max_file_size, set_max_file_size)

Default Value

0

Remarks

This property specifies the maximum file size, in bytes, supported by the virtual filesystem. The default value of 0 means "no limit".

Note: This property cannot be changed within events.

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