menu
neomage package
documentation
utils/fs/fs_operations.dart
DartFsOperations
cwd method
cwd method
dark_mode
light_mode
cwd
method
@
override
String
cwd
(
)
override
Gets the current working directory.
Implementation
@override String cwd() => Directory.current.path;
neomage package
documentation
utils/fs/fs_operations
DartFsOperations
cwd method
DartFsOperations class