Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WindowsAttributes ¶
type WindowsAttributes struct {
ReadOnly bool `json:"read_only"`
Hidden bool `json:"hidden"`
System bool `json:"system"`
Directory bool `json:"directory"`
Archive bool `json:"archive"`
Normal bool `json:"normal"`
Temporary bool `json:"temporary"`
Offline bool `json:"offline"`
NotContentIndexed bool `json:"notContentIndexed"`
Encrypted bool `json:"encrypted"`
OneDrive bool `json:"oneDrive"`
}
func GetFileAttributes ¶
func GetFileAttributes(path string) (WindowsAttributes, error)
Click to show internal directories.
Click to hide internal directories.