logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

relpath - The Free Pascal file deletion tool.

Description

relpath  This  is  an  utility  for  computing relative path according to a given base directory. This is
       useful for libraries that are to install .lpk in order to be used with lazarus. As these libraries may be
       compiled without need to build depend on Lazarus, we add it in fp-utils package which  is  likely  to  be
       used by any big project which build depends on fp-compiler.

Name

       relpath - The Free Pascal file deletion tool.

See Also

readlink(1)

Free Pascal                                        7 May 2013                                         relpath(1)

Synopsis

relpath [fileordirectory] [basedirectory]

Usage

relpath takes the following arguments:

       fileordirectory
              The target file or directory for which relative path should be computed.

       basedirectory
              The base directory according to which the relative patch should be computed.

See Also