Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
Python Programs
4.0K+ articles
python-os-module
224+ articles
python-file-handling
124+ articles
Python OS-path-module
32+ articles
Python os-module-programs
28+ articles
Python directory-program
26 posts
Recent Articles
Popular Articles
Python - Move all files from subfolders to main folder
Last Updated: 06 June 2021
This article will discuss how to move all files from the subfolder to the main folder using Python. The approach is simple it is similar to moving files from one folder to...
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, and one folder will contain the...
read more
Python
Picked
Python directory-program
Python - Copy Files From Subfolders to the Main folder
Last Updated: 15 October 2021
In this article, we will discuss how to copy a file from the subfolder to the main folder. The directory tree that will be used for explanation in this article is as shown...
read more
Python
Picked
Python directory-program
Python - Copy Directory Structure Without Files
Last Updated: 27 December 2021
In this article, we will discuss how to copy the directory structure with files using Python. For example, consider this directory tree:We have a folder named "base" and i...
read more
Python
Picked
Python directory-program
Python - Move Files To Creation and Modification Date Named Directories
Last Updated: 25 January 2022
We all understand how crucial it is to manage files based on their creation and modification dates. So, in this article, we will try to build a Python script that would mo...
read more
Python
Python directory-program
Python - Get list of files in directory sorted by size
Last Updated: 28 July 2021
In this article, we will be looking at the different approaches to get the list of the files in the given directory in the sorted order of size in the Python programming l...
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 python.Modules Usedos: The OS modul...
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, before creating the duplicate file...
read more
Python
Picked
Python directory-program
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 module.OS module in Python provide...
read more
Python
Picked
Python directory-program
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 .png onlyAt first we imported th...
read more
Misc
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() methodsUnder this method, we ...
read more
Python
Picked
Python directory-program
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. Sometimes during automation, we might ...
read more
Python
Python Programs
Picked
python-os-module
Python directory-program
Python os-module-programs
Deleting Duplicate Files Using Python
Last Updated: 18 March 2022
In this article, we are going to use a concept called hashing to identify unique files and delete duplicate files using Python.Modules required:tkinter: We need to make a ...
read more
Python
Picked
Geeks Premier League
Geeks-Premier-League-2022
python-os-module
Python-tkinter
Python directory-program
How to Update a Dictionary in Python
Last Updated: 09 February 2024
This article explores updating dictionaries in Python, where keys of any type map to values, focusing on various methods to modify key-value pairs in this versatile data s...
read more
Python
Python Programs
Picked
Python directory-program
How Can I Make One Python File Run Another File?
Last Updated: 20 March 2024
In Python programming, there often arises the need to execute one Python file from within another. This could be for modularity, reusability, or simply for the sake of org...
read more
Python
Python Programs
Picked
python-basics
python-file-handling
Python directory-program
1
2
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 !