mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 11:28:06 +02:00
* use SystemFileName instead of the original FileName in DeleteFile()
git-svn-id: trunk@26365 -
This commit is contained in:
parent
d2a9308181
commit
b106ded0e9
@ -367,7 +367,7 @@ var
|
||||
SystemFileName: RawByteString;
|
||||
Begin
|
||||
SystemFileName:=ToSingleByteFileSystemEncodedFileName(Filename);
|
||||
Result:=(DosDelete(PChar (FileName))=0);
|
||||
Result:=(DosDelete(PChar (SystemFileName))=0);
|
||||
End;
|
||||
|
||||
function RenameFile (const OldName, NewName: RawByteString): boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user