|
@@ -421,7 +421,7 @@ begin
|
|
Result:=((FileGetAttrUTF8(AFilename) and faReadOnly) = 0);
|
|
Result:=((FileGetAttrUTF8(AFilename) and faReadOnly) = 0);
|
|
end;
|
|
end;
|
|
|
|
|
|
-function FileIsWritable(const AFilename: string): boolean;
|
|
|
|
|
|
+function FileIsExecutable(const AFilename: string): boolean;
|
|
begin
|
|
begin
|
|
Result:=FileExists(AFilename);
|
|
Result:=FileExists(AFilename);
|
|
end;
|
|
end;
|