Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidPath is returned when the location of a file path doesn't begin with a driver letter. ErrInvalidPath = errors.New("the path provided to GetFileSystemType must start with a drive letter") )
Functions ¶
func GetFileSystemType ¶
GetFileSystemType obtains the type of a file system through GetVolumeInformation. https://msdn.microsoft.com/en-us/library/windows/desktop/aa364993(v=vs.85).aspx
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.