menu
sys package
documentation
sys.dart
fileExists function
fileExists function
dark_mode
light_mode
fileExists
function
bool
fileExists
(
String
path
)
Implementation
bool fileExists(String path) { return std_std.fileExists(path); }
sys package
documentation
sys
fileExists function
sys library