getLogFilePath function
Get log file path
Implementation
String getLogFilePath() {
return (SafePath(Platform.environment['APPDATA']!)
..cd('com.bostrot')
..cd('WSL Distro Manager'))
.file('wslmanager_01.log');
}
Get log file path
String getLogFilePath() {
return (SafePath(Platform.environment['APPDATA']!)
..cd('com.bostrot')
..cd('WSL Distro Manager'))
.file('wslmanager_01.log');
}