mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 19:19:19 +02:00
lazutils: comment
This commit is contained in:
parent
9ede831c2a
commit
66d72908dc
@ -69,7 +69,7 @@ function TryCreateRelativePath(const Dest, Source: String; UsePointDirectory: bo
|
|||||||
function CreateRelativePath(const Filename, BaseDirectory: string;
|
function CreateRelativePath(const Filename, BaseDirectory: string;
|
||||||
UsePointDirectory: boolean = false; AlwaysRequireSharedBaseFolder: Boolean = True): string;
|
UsePointDirectory: boolean = false; AlwaysRequireSharedBaseFolder: Boolean = True): string;
|
||||||
function FileIsInPath(const Filename, Path: string): boolean;
|
function FileIsInPath(const Filename, Path: string): boolean;
|
||||||
function PathIsInPath(const Path, Directory: string): boolean;
|
function PathIsInPath(const Path, Directory: string): boolean; // check if Directory is in Path
|
||||||
// Storten a file name for display.
|
// Storten a file name for display.
|
||||||
function ShortDisplayFilename(const aFileName: string; aLimit: Integer = 80): string;
|
function ShortDisplayFilename(const aFileName: string; aLimit: Integer = 80): string;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user