efswin

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Namespace

type Namespace interface {
	efs.Namespace

	// Server returns name of the server. Returns empty if no server associated with the namespace.
	Server() string

	// Volume returns drive letter or volume identifier.
	// Returns empty if no volume associated with the namespace.
	// Sample: "C:" or "Volume{b75e2c83-0000-0000-0000-602f00000000}"
	Volume() string
}

type Path

type Path interface {
	efs.Path

	// IsUNC returns true if a path format is UNC format.
	IsUNC() bool
}

Path for Windows https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL