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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T10:31:49+00:00 2026-06-07T10:31:49+00:00

There are about 2000 documents under the directory. I want to randomly select some

  • 0

There are about 2000 documents under the directory. I want to randomly select some documents and copy them to a new directory automatically.

Some relevant information about generating one document name under a certain directory.

  • 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-06-07T10:31:51+00:00Added an answer on June 7, 2026 at 10:31 am

    Try:

    import shutil, random, os
    dirpath = 'your/read/location'
    destDirectory = 'your/destination'
    
    filenames = random.sample(os.listdir(dirpath), 100)
    for fname in filenames:
        srcpath = os.path.join(dirpath, fname)
        shutil.copyfile(srcpath, destDirectory)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got some kind of community website, there are about 40.000 users in database
Is there something new about row-level security in SQL Server 2012? In 2008 and
I have built an application in CakePHP that lists businesses. There are about 2000
I have a table with about 1000 records and 2000 columns. What I want
I got about 2000 sentences about fatalities and i would like to filter them
I realise there is some other questions and info about replication and syncing but
There is about 2000 lines of this, so manually would probably take more work
I have a SQLite database tied to my uitableview. There are about 2000 rows,
I have about 2000 items that I want to add my page. They are
I have about 2000 subfolders in one folder, in each of these folders there

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.