Questions tagged [delphi-2007]
3 questions
3
votes
3 answers
Safe file copy in Delphi
I recently added two 2TB WD Caviar Black SATA drives to an external enclosure with USB 2.0 . Since then I have to deal with occasional file corruption when I copy files with Explorer from my local C: drive to the external drives. I either end up…
Phil
- 41
3
votes
3 answers
How can you find out the location of the "My DropBox" folder?
The installation default for the Dropbox sync folder is [My documents]\My Dropbox. I recall that it is possible to choose other locations however. How can I find out at run-time from my D2006 app where the user has placed his/her Dropbox folder?
rossmcm
- 1,656
1
vote
1 answer
gethostbyaddr too slow
I use the following code, results are correct.
I am working on LAN with just 3 machines.
Also that network is not connected to the internet.
It takes 16 secs for only this line
HostEnt := gethostbyaddr(@SockAddrIn.sin_addr.S_addr, 4,…