Jump to content

bnobre

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria
  1. bnobre

    Program "hides" behind the others

    Hello everybody, I'm having an unusual difficulty. My system when opening checks if it has any updates, if so it opens an updater program that downloads a new version of it, loads the system again and closes. The problem is that sometimes, for example, when opening the updater program, it hides behind other windows and the user is unaware that an update is being performed. Or when it updates and opens the system again, it hides behind other windows and the user doesn't notice that the system has already opened. How do friends deal with this situation? Thanks
  2. bnobre

    TZipFile.ExtractZipFile overwrite files?

    I tried, He overwrote. I was just in doubt because in the Embarcadero documentation nowhere does it say that it overrides. Thx
  3. bnobre

    TZipFile.ExtractZipFile overwrite files?

    Hi @programmerdelphi2k, How are you? Thx for your answer. In fact I really want him to replace it, but since I didn't find anything in the Embarcadero documentation I was in doubt if it really overwrites or not.
  4. Hello everybody, I'm using the class method below to extract the contents of zipped files: https://docwiki.embarcadero.com/Libraries/Alexandria/en/System.Zip.TZipFile.ExtractZipFile When extracting the zip file with this method, if there are files with the same name in the destination, will they be overwritten? For example: In the directory called test, the compact.zip file and a file called file1.txt are saved. The compact.zip file contains a file1.txt file. When extracting the file1.txt that is inside the compact.zip, will it overwrite the file file1.txt that is saved in the directory called test?
×