menu
coastline package
documentation
system/file.dart
CFile
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
)
删除当前文件或目录。
Implementation
void remove() { File(filename).deleteSync(); }
coastline package
documentation
system/file
CFile
remove method
CFile class