Versions in this module Expand all Collapse all v0 v0.0.1 Aug 16, 2021 Changes in this version + func LoadProperties(file fs.Path, dst collection.Properties) (collection.Properties, error) + func SaveProperties(p collection.Properties, file fs.Path, mkdirs bool) error + type LocalDirectory interface + IsDir func() bool + type LocalFile interface + IsFile func() bool + type LocalNode interface + Path func() fs.Path + type ReleasePoolHolder struct + func (inst *ReleasePoolHolder) Disconnect() + func (inst *ReleasePoolHolder) Init(pool lang.ReleasePool) + func (inst *ReleasePoolHolder) Release() error