You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var del = require("del");
//delete the old file. be cautious that the glob pattern does't match a file you want to keep.
del("main.*.cs");
// run the code to generate the new file
number of files will increase every time.
I just need only newest one file.
Please tell me if anybody know.
The text was updated successfully, but these errors were encountered: