Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6917203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:42:01+00:00 2026-05-27T09:42:01+00:00

Possible Duplicate: Conversion between absolute and relative paths in Delphi I’m trying to figure

  • 0

Possible Duplicate:
Conversion between absolute and relative paths in Delphi

I’m trying to figure out how to get a file path based on an original web link. In my application, I have two values:

fRootDir: String = C:\Some Directory\My Web Site\ (Application directory)

fImgPath: String = ../Some Other Web Site/SomeImage.jpg (From a web page)

Result needs to be: C:\Some Directory\Some Other Web Site\SomeImage.jpg

Notice the ../ in front of the image path. This could be many in a row like ../../../ which each ../ means go up a folder. The image SomeImage.jpg is in fact a location at C:\Some Directory\Some Other Web Site\.

Also note that web links use / – which is not a problem to convert to \. The problem is with noticing .. and actually looking in the above directory for each.

Now I need to combine the two properties to result in a final path of where to find SomeImage.jpg on the computer, based on the root and the image paths.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T09:42:02+00:00Added an answer on May 27, 2026 at 9:42 am

    Even simpler:

    const
      RootFolder = 'D:\PerforceThuis\Marjan\Probeersels\StackOverflow';
      RelativeFolder = '..\..\General\Plugins';
    begin
      WriteLn(ExpandFileName(IncludeTrailingBackSlash(RootFolder)+RelativeFolder));
    

    Tested in D6. Outputs:

    D:\PerforceThuis\Marjan\General\Plugins
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Conversion of Date I get the date from dialog as: 5-1-2012 -
Possible Duplicate: Best way to determine if two path reference to same file in
Possible Duplicate: Learning to write a compiler I looked around trying to find out
Possible Duplicate: signed to unsigned conversions A riddle (in C) I am trying to
Possible Duplicate: Char to int conversion in C. I remember learning in a course
Possible Duplicate: Conversion from string “31/03/2012” to type 'Date' is not valid I tried
Possible Duplicate: C++ deprecated conversion from string constant to 'char*' I want to pass
Possible Duplicate: 32 bit hex to 32 bit floating point (IEEE 754) conversion in
Possible Duplicate: Converting ereg expressions to preg I'm trying to fix some old code
Possible Duplicate: converting pixels to dp in android I'm trying to convert pixels to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.