mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 10:09:29 +02:00
LazUtils: Make FileSize function overload. Issue #24155, patch from ocean
git-svn-id: trunk@40664 -
This commit is contained in:
parent
b77275a1d2
commit
460f108b68
@ -59,7 +59,7 @@ function FileIsText(const AFilename: string; out FileReadable: boolean): boolean
|
||||
function FileIsExecutable(const AFilename: string): boolean;
|
||||
function FileIsSymlink(const AFilename: string): boolean;
|
||||
function FileIsHardLink(const AFilename: string): boolean;
|
||||
function FileSize(const Filename: string): int64;
|
||||
function FileSize(const Filename: string): int64; overload;
|
||||
function GetFileDescription(const AFilename: string): string;
|
||||
function ReadAllLinks(const Filename: string;
|
||||
ExceptionOnError: boolean): string; // if a link is broken returns ''
|
||||
|
Loading…
Reference in New Issue
Block a user