getWslConfigPath function
Get the wslconfig path
Implementation
String getWslConfigPath() {
return SafePath('C:\\Users\\${Platform.environment['USERNAME']}')
.file('.wslconfig');
}
Get the wslconfig path
String getWslConfigPath() {
return SafePath('C:\\Users\\${Platform.environment['USERNAME']}')
.file('.wslconfig');
}