ShareInfo
A snapshot of a local SMB share.
Returned by Share.info,
Share.update and shares.
Fields
comment @ (Str | nil)Comment.
current_uses @ IntCurrent connection count.
kind @ ShareKindResource kind.
max_uses @ (Int | nil)Maximum simultaneous connections, or
nilwhen use is unlimited.name @ StrShare name.
path @ fs.PathShared local path.
sec_desc @ (security.windows.SecDesc | nil)Share security descriptor, or
nilwhen the share is left to the server service's default security.special @ BoolWhether the native special-share flag is set.
temporary @ BoolWhether the native temporary-share flag is set.