menu
coastline package
documentation
system/file.dart
CFile
moveTo method
moveTo method
dark_mode
light_mode
moveTo
method
void
moveTo
(
String
dest
)
将当前文件或目录移动到指定路径。
dest
目标路径。
Implementation
void moveTo(String dest) { File(filename).renameSync(dest); }
coastline package
documentation
system/file
CFile
moveTo method
CFile class