Regex.Replace(filePath, ".txt", ".zip", RegexOptions.IgnoreCase);
Leave a Comment All the junk I have in my head
Regex.Replace(filePath, ".txt", ".zip", RegexOptions.IgnoreCase);
Leave a Comment Opening developer tools by default in your electron app.
mainWindow.webContents.openDevTools();
Leave a Comment