MaxFilePathLength Property

The maximum file path length supported by the virtual filesystem.

Syntax

func (obj *CBFS) MaxFilePathLength() (int32, error)
func (obj *CBFS) SetMaxFilePathLength(value int32) error

Default Value

32767

Remarks

This property specifies the virtual filesystem's maximum supported file path length, measured in characters; where "file path" means "a string containing all directory names plus the name of the file itself". Setting this property to a value of less than 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.

Data Type

int32

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