GBG Garbage File Generator v0.4.0 released

The v0.4.0 update to my gbg garbage file generator program has just been released. It adds two new pairs of command to control the behaviour of the program in certain circumstances, as follows:

  • By default gbg puts up a prompt to ask the use to confirm whether a pre-existing file should be overwritten. Two new options can be used to prevent this prompt from appearing:

    1. -o can be used to force the program to stop with an error if a file with the requested name already exists.
    2. -O is used to forcibly and silently overwrite any pre-existing file with the same name as the requested file.

  • Similarly, a prompt is displayed asking the user whether to proceed when a file larger than 500Mb is specified. The following options can be used to prevent the prompt from appearing:
    1. -l can be used to force the program to stop with an error if a file larger than 500Mb is requested.
    2. -L is used to ignore the 500Mb size limit and to silently write a file of any size.
From this version the compiler has been updated from Delphi 11 to Delphi 12.1.

👉 Get v0.4.0 from GitHub



Comments

Popular posts from this blog

New String Property Editor Planned For RAD Studio 12 Yukon 🤞

Multi-line String Literals Planned For Delphi 12 Yukon🤞

Deleting elements from a dynamic array