Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
CompareFile
CompareFile
Juni 15, 2016
Parameter
(FirstFile, SecondFile : String) : Boolean;
Beschreibung
Vergleicht zwei Dateien auf Unterschiede. Sind beide Dateien identisch, wird im Result True zurückgegeben.
Beispiel
If CompareFile('c:\example.dat','c:\example2.dat') = False
Then Raise('File is corrupted!');
, multiple selections available, Use left or right arrow keys to navigate selected items