Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Python
20.1k+ articles
Python Programs
4.1k+ articles
Python-tkinter
340+ articles
python-basics
270+ articles
python-os-module
210+ articles
python-file-handling
110+ articles
Python-excel
44 articles
Python OS-path-module
32 articles
Python os-module-programs
28 articles
Python-shutil
9 articles
Python directory-program
26 posts
Popular Articles
Recent Articles
Python Program to Get the File Name From the File Path
Last Updated: 21 August 2024
In this article, we will be looking at the program to get the file name from the given file path in the Python programming language. Sometim
...read more
Python
Python Programs
Picked
python-os-module
Python directory-program
Python os-module-programs
How to iterate through images in a folder Python?
Last Updated: 21 July 2022
In this article, we will learn how to iterate through images in a folder in Python.Method 1: Using os.listdirExample 1: Iterating through .p
...read more
Python
Picked
Python directory-program
How to Create Directory If it Does Not Exist using Python?
Last Updated: 28 November 2021
In this article, We will learn how to create a Directory if it Does Not Exist using Python.Method 1: Using os.path.exists() and os.makedirs(
...read more
Python
Picked
Python directory-program
Similar Topics
Python
20.1k+ articles
Python Programs
4.1k+ articles
Python-tkinter
340+ articles
python-basics
270+ articles
python-os-module
210+ articles
python-file-handling
110+ articles
Python-excel
44+ articles
Python OS-path-module
32+ articles
Python os-module-programs
28+ articles
Python-shutil
9+ articles
Python - Get list of files in directory with size
Last Updated: 12 September 2022
In this article, we are going to see how to extract the list of files of the directory along with its size. For this, we will use the OS mod
...read more
Python
Picked
Python directory-program
Python - List files in directory with extension
Last Updated: 14 February 2023
In this article, we will discuss different use cases where we want to list the files with their extensions present in a directory using pyth
...read more
Python
Picked
Python directory-program
How to create a duplicate file of an existing file using Python?
Last Updated: 26 October 2021
In this article, we will discuss how to create a duplicate of the existing file in Python. Below are the source and destination folders, bef
...read more
Python
Picked
Python directory-program
Python - Read file from sibling directory
Last Updated: 06 June 2021
In this article, we will discuss the method to read files from the sibling directory in Python. First, create two folders in a root folder,
...read more
Python
Picked
Python directory-program
Python - Import from parent directory
Last Updated: 21 August 2024
In this article, we will learn how to Import a module from the parent directory. From Python 3.3, referencing or importing a module in the p
...read more
Python
Picked
Python directory-program
Python - Move and overwrite files and folders
Last Updated: 31 August 2021
In this article, we will be learning on moving a collection of files and folders where there may be files/folders with the same name as in t
...read more
Python
Picked
python-os-module
Python-shutil
Python directory-program
Make multiple directories based on a List using Python
Last Updated: 15 January 2024
In this article, we are going to learn how to make directories based on a list using Python. Python has a Python module named os which forms
...read more
Python
Picked
Python directory-program
Copy all files from one directory to another using Python
Last Updated: 26 April 2025
Copying files from one directory to another involves creating duplicates of files and transferring them from one folder to another. This is
...read more
Python
Picked
Python-shutil
Python directory-program
Python Directory Management
Last Updated: 04 January 2025
Python Directory Management refers to handling and interacting with directories (folders) on a filesystem using Python. It includes creating
...read more
Python
Python directory-program
os.path.abspath() method - Python
Last Updated: 21 April 2025
The os.path.abspath() method in Python's os module is used to get the full (absolute) path of a file or folder. It's useful when you're work
...read more
Python
Python Programs
Python OS-path-module
Python directory-program
Python - os.pardir() method with example
Last Updated: 18 May 2020
In Python, OS module provides various functions to interact with the operating system. This module comes under the Python standard utility m
...read more
Python
Python Programs
python-os-module
Python directory-program
Change current working directory with Python
Last Updated: 07 September 2021
The OS module in Python is used for interacting with the operating system. This module comes under Python's standard utility module so there
...read more
Python
python-file-handling
python-os-module
Python directory-program
Python os-module-programs
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !