menu
lua_dardo_plus package
documentation
lua.dart
PlatformServices
directoryExists abstract method
directoryExists abstract method
dark_mode
light_mode
directoryExists
abstract method
bool
directoryExists
(
String
path
)
Check if a directory exists at the given path.
Implementation
bool directoryExists(String path);
lua_dardo_plus package
documentation
lua
PlatformServices
directoryExists abstract method
PlatformServices class