menu
neomage package
documentation
utils/fs/fs_operations.dart
FsOperations
renameSync abstract method
renameSync abstract method
dark_mode
light_mode
renameSync
abstract method
void
renameSync
(
String
oldPath
,
String
newPath
)
Renames/moves file.
Implementation
void renameSync(String oldPath, String newPath);
neomage package
documentation
utils/fs/fs_operations
FsOperations
renameSync abstract method
FsOperations class