Author Topic: Maybe SpriggsySpriggs would know how to get Win API Recycle Bin in a QB64 prog?  (Read 4843 times)

0 Members and 1 Guest are viewing this topic.

Offline SpriggsySpriggs

  • Forum Resident
  • Posts: 1145
  • Larger than life
    • View Profile
    • GitHub
@bplus I tested it recycling a folder filled with approximately 20-30 ogg files and it had no issues. Recycled it quickly and then I had it empty the bin and there were no hiccups/issues.

Code: QB64: [Select]
  1. PRINT Recycle(_DIR$("desktop") + "Folder Of Ogg Files")
  2. PRINT EmptyBin
Shuwatch!

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Thank you Spriggsy this is good to know.