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

  • Home
  • SEARCH
  • 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 6675861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:54:47+00:00 2026-05-26T03:54:47+00:00

So I let a user to set a path to a directory that may

  • 0

So I let a user to set a path to a directory that may contain subdirectories (more levels), and files.

I use os.walk() in my code to scan the whole directory:

for root, subdirs, files in os.walk(thispath):
  for myfile in files:
    shutil.move(os.path.realpath(myfile), os.path.join(thispath,filename))

but “os.path.realpath(myfile)” instead of giving me the absolute path of “myfile” (I also tried “os.path.abspath(myfile)” but does the same thing basically), gives me the path from where the script is running; just like a os.chdir() with attached the myfile filename. basically os.path.realpath(myfile) = os.path.join(os.chdir(),myfile), whereas myfile is obviously in a any other random directory, so it shouldn’t be.

When I try to move that file it says that it doesn’t exist, and it’s true, it is not in the path it goes to look.

How do I get the absolute path of the file I am walking on (“myfile”)?

  • 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-26T03:54:48+00:00Added an answer on May 26, 2026 at 3:54 am
    for root, subdirs, files in os.walk(this_path):
      for my_file in files:
        shutil.move(os.path.join(root, my_file), os.path.join(this_path, filename))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use GetOpenFilename() to let the user select a file. Here is the code:
I let user enter some code in my Flex3 (Flash 10) app and I
I'm trying to set a session cookie restricted to a particular path (let's say
During registration, I'm debating how I should set user password: Let the user choose
I have a form that let user enter values about address information. I want
I have set of components that i wish to let the users download from
I am using wicket's CheckBoxMultipleChoice to let the user set a list of options.
Let's assume we have two models: User and Token . A user may have
I am working on a very simple app that will let user to pick
I have an application that uses html5 to let the user listen to some

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.