Je možné nějak zjistit relativní cestu k nějakému souboru z jeho absolutní cesty?
Fórum › Delphi
Relativní cesta k souboru
Delphi Object and Component Reference
ExtractRelativePath function
See also
Returns a relative path name, relative to a specific base directory.
Unit
SysUtils
Category
file name utilities
Delphi syntax:
function ExtractRelativePath(const BaseName, DestName: string): string;
C++ syntax:
extern PACKAGE AnsiString __fastcall ExtractRelativePath(const AnsiString BaseName, const AnsiString DestName);
Description
Call ExtractRelativePath to convert a fully qualified path name into a relative path name. The DestName parameter specifies file name (including path) to be converted. BaseName is the fully qualified name of the base directory to which the returned path name should be relative. BaseName may or may not include a file name, but it must include the final path delimiter.
Díky, podívat se do příručky mě nenapadlo :)
Přidej příspěvek
Ano, opravdu chci reagovat → zobrazí formulář pro přidání příspěvku
×Vložení zdrojáku
×Vložení obrázku
×Vložení videa
Uživatelé prohlížející si toto vlákno
Podobná vlákna
Prosím o radu (relativní cesta k souboru) — založil Michal
Relativní cesta — založil Radmill
Relativní a Absolutní cesta — založil Aricak
Nahrání souboru - cesta — založil krot
Cesta uloženého souboru — založil Atheo