Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Page = 20
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Element struct { ToParent bool Name string // path Ext string // extension IsDirectory bool // dir FileSize int64 // EditDate time.Time Indicator *widget.Label // Selected Indicator }
Element of folder
type PathTracker ¶
type PathTracker struct {
History []string //Path history
}
PathTracker path tracker
Click to show internal directories.
Click to hide internal directories.