Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultBrowsePath ¶
func DefaultBrowsePath() string
func OpenBrowser ¶
OpenBrowser asks the host OS to open the provided URL in the default browser.
Types ¶
type BrowseOptions ¶
type DirectoryBrowseResult ¶
type DirectoryBrowseResult struct {
Path string
Separator string
Segments []PathSegment
Entries []DirectoryEntry
}
func BrowseDirectories ¶
func BrowseDirectories(path string, opts BrowseOptions) (DirectoryBrowseResult, error)
type DirectoryEntry ¶
type PathSegment ¶
func SplitPath ¶
func SplitPath(path string) []PathSegment
Click to show internal directories.
Click to hide internal directories.