Values.RootDirectorySourceSpecifies the root directory path and optional creation permissions for newly created directories.
type nonrec t = {path : Path.t option;The path to use as the root directory for the access point.
*)creationPermissions : CreationPermissions.t option;The permissions to set on newly created directories.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Path.t
| `Structure of
(string * [> `Long of OwnerUid.t | `String of Permissions.t ]) list ])
list ]