getWslConfigPath function

String getWslConfigPath()

Get the wslconfig path

Implementation

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