mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 09:49:11 +02:00
* re-applied r7485, which got lost in r7639 because an old
revision (r6623) of the file was renamed to cfileutl (mantis #10873) git-svn-id: trunk@10488 -
This commit is contained in:
parent
4a7f6bccf9
commit
f1bd686065
@ -254,6 +254,10 @@ implementation
|
||||
((dir.Name<>'.') and
|
||||
(dir.Name<>'..')) then
|
||||
begin
|
||||
{ Force Archive bit so the attribute always has a value. This is needed
|
||||
to be able to see the difference in the directoryentries lookup if a file
|
||||
exists or not }
|
||||
Dir.Attr:=Dir.Attr or faArchive;
|
||||
if not(tf_files_case_sensitive in source_info.flags) then
|
||||
if (tf_files_case_aware in source_info.flags) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user