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 7016801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:49:56+00:00 2026-05-27T22:49:56+00:00

* (make-pathname :name cgi-bin/) #Pcgi-bin/ * (merge-pathnames nav.py #Pcgi-bin/) #Pcgi-bin/nav.py ; **it is ok**

  • 0
* (make-pathname :name "cgi-bin/")
#P"cgi-bin/"
* (merge-pathnames "nav.py" #P"cgi-bin/")
#P"cgi-bin/nav.py"    ; **it is ok**
* (merge-pathnames "nav.py" (make-pathname :name "cgi-bin/"))
#P"nav.py"            ; why ?

*(defvar bp #P"/media/E/myapp/cgi-bin/")
* bp
#P"/media/E/myapp/cgi-bin/")
* (merge-pathnames "nav.py" bp)
#P"nav.py"            ; why ?
* (merge-pathnames "nav.py" #P"/media/E/myapp/cgi-bin/")
#P"/media/E/myapp/cgi-bin/nav.py"    ; **it is ok**

I am using sbcl-1.0.54.

Any suggestion is appreciated !

  • 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-27T22:49:57+00:00Added an answer on May 27, 2026 at 10:49 pm

    A pathname is a structure that represents a pathname using components, like drive, host, directory, name, etc. See here for more details.

    You construct a pathname using make-pathname function with :directory, :name and other keywords, and the function returns an object of type pathname:

    CL-USER> (defvar p (make-pathname :directory '(:absolute "home" "test" "docs")))
    CL-USER> #P"/home/test/docs/"
    

    The function merge-pathnames as documented here, completes the missing components of the pathname specified with the ones from default-pathname:

    CL-USER> (merge-pathnames p "tada.txt")
    CL-USER> #P"/home/test/docs/tada.txt"
    

    Edit: it doesn’t work for you because you are constructing a pathname with :name and that specifies the name of the file (without extension or :type). So when you call merge-pathnames it doesn’t find a missing component in its pathname, because “cgi-bin/” is specified as :name (the filename), and you already got a filename in “nav.py”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Make a new AS3 Document in Flash, paste in the following code and run
make is not only useful for building your programming project, but it seems to
To make it short: hibernate doesn't support projections and query by example? I found
To make things easier when switching between machines (my workstation at the office and
We make infrastructure services (data retrieval and storage) and small smart client applications (fancy
To make a JavaScript class with a public method I'd do something like: function
I make a lot of web applications and from time to time I need
To make click-able divs, I do: <div class=clickable url=http://google.com> blah blah </div> and then
I make a user control and then want to include it on a page
I make a lot of use of boost::scoped_ptr in my code and it is

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.