NeVeSpl / NTypewriter

File/code generator using Scriban text templates populated with C# code metadata from Roslyn API.
https://nevespl.github.io/NTypewriter/
MIT License
126 stars 25 forks source link

Has any function to delete file in specific folder? #69

Open EagleTsui opened 1 year ago

EagleTsui commented 1 year ago

I want to generate file before to delete some file in specific folder, may I know is it support?

NeVeSpl commented 1 year ago

There are no Built-in functions that operate on files, but you can always write your own Custom function that will do it.