TD.Data.File
data File Source #
Constructors
Represents a file
Fields
Unique file identifier
File size, in bytes; 0 if unknown
Approximate file size in bytes in case the exact file size is unknown. Can be used to show download/upload progress
Information about the local copy of the file
Information about the remote copy of the file
Defined in TD.Data.File
Methods
parseJSON :: Value -> Parser File #
parseJSONList :: Value -> Parser [File] #
showsPrec :: Int -> File -> ShowS #
show :: File -> String #
showList :: [File] -> ShowS #
(==) :: File -> File -> Bool #
(/=) :: File -> File -> Bool #
shortShow :: File -> String Source #