FileX extension

on

Methods

copyIfTargetNotExists(String target) Future<void>

Available on File, provided by the FileX extension

在目标路径不存在的情况下再进行拷贝
createIfNotExists({bool recursive = false}) Future<void>

Available on File, provided by the FileX extension

createIfNotExistsSync({bool recursive = false}) → void

Available on File, provided by the FileX extension