FileType
FileType represents the type of a filesystem entry.
type FileType stringThe possible values are:
FileTypeFile="file"FileTypeDirectory="directory"FileTypeSymlink="symlink"
FileType represents the type of a filesystem entry.
type FileType stringThe possible values are:
FileTypeFile = "file"FileTypeDirectory = "directory"FileTypeSymlink = "symlink"