found a solution using this

Code:
For Each FileFound As String In Directory.GetFiles(OrderInfo.ParentFolderPath, "NJ0*.DTA")
    File.Delete(FileFound)
Next