I have a file to delete

未命名
, delete it if it is found, skip it if it does not exist

File name: QuickPrintDataRecordT095120221112, of which 20221112 is the date will change
(yyyyddmm)

Hi @adoration50

You can use if activity

System.IO.File.Exist(“Your folder name with file name”)

In then use Delete file activity

Hi @adoration50

For file name use this

“QuickPrintDataRecordT0951”+Datetime.now.Tostrin(“yyyyMMdd”)

Hi @adoration50

Hi @adoration50 in delete file activity put the file name with path with extension also

YourFilePath+CurrentFile.Name+FileExtension