FileUtils class

Constructors

FileUtils(String path)

Properties

dirPath → String
目录路径
no setter
ext → String
扩展名
no setter
hashCode → int
The hash code for this object.
no setterinherited
isImage → bool
是否图片
no setter
isVideo → bool
是否视频
no setter
mime → String?
mime信息
no setter
name → String
文件名
no setter
path → String
源文件地址
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited