mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 18:12:37 +02:00
+ ExpandUNCFilename for win32 from Klaus Hartnegg
git-svn-id: trunk@715 -
This commit is contained in:
parent
13299f521b
commit
bf311fd100
@ -101,13 +101,18 @@ Begin
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
||||
{$ifndef HASEXPANDUNCFILENAME}
|
||||
function ExpandUNCFileName (Const FileName : string): String;
|
||||
begin
|
||||
Result:=ExpandFileName (FileName);
|
||||
//!! Here should follow code to replace the drive: part with UNC...
|
||||
end;
|
||||
{$endif HASEXPANDUNCFILENAME}
|
||||
|
||||
Const MaxDirs = 129;
|
||||
|
||||
Const
|
||||
MaxDirs = 129;
|
||||
|
||||
function ExtractRelativepath (Const BaseName,DestName : String): String;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user