Back-End Programming Exam  >  Back-End Programming Videos  >  Python Tutorial in Hindi  >  Python tutorial in Hindi 46 : How to choose right module and function to delete files and folders

Python tutorial in Hindi 46 : How to choose right module and function to delete files and folders Video Lecture | Python Tutorial in Hindi - Back-End Programming

80 videos

FAQs on Python tutorial in Hindi 46 : How to choose right module and function to delete files and folders Video Lecture - Python Tutorial in Hindi - Back-End Programming

1. फ़ाइलों और फ़ोल्डरों को हटाने के लिए सही मॉड्यूल और फ़ंक्शन कैसे चुनें?
Ans. फ़ाइलों और फ़ोल्डरों को हटाने के लिए, हम शुद्धता और सुरक्षा को मध्यस्थता के रूप में रखते हुए उचित मॉड्यूल और फ़ंक्शन का चयन करने की जरूरत होती है। एक सामान्य तकनीक यह है कि हम शुद्ध Python मॉड्यूल के साथ आगे बढ़ें, जैसे शेल, ऑस, या सूची। इन मॉड्यूलों में, हम फ़ाइल और फ़ोल्डर को हटाने के लिए उपयुक्त फ़ंक्शन का उपयोग कर सकते हैं।
2. फ़ाइलें और फ़ोल्डर्स को हटाने के लिए कौन से मॉड्यूल और फ़ंक्शन प्रयोग करें?
Ans. Python में फ़ाइलों और फ़ोल्डरों को हटाने के लिए, आप निम्नलिखित मॉड्यूल और फ़ंक्शन का उपयोग कर सकते हैं: - शेल मॉड्यूल: shutil मॉड्यूल के फ़ंक्शन shutil.rmtree() का उपयोग करके आप फ़ोल्डरों को हटा सकते हैं। - ऑस मॉड्यूल: os मॉड्यूल के फ़ंक्शन os.remove() और os.rmdir() का उपयोग करके आप फ़ाइलें और खाली फ़ोल्डर हटा सकते हैं। - सूची मॉड्यूल: glob मॉड्यूल के फ़ंक्शन glob.glob() का उपयोग करके आप एक निर्दिष्ट पैटर्न के अनुसार फ़ाइलों की सूची प्राप्त कर सकते हैं, और फिर उन्हें डिलीट कर सकते हैं।
3. shutil.rmtree() फ़ंक्शन क्या करता है?
Ans. shutil.rmtree() फ़ंक्शन एक फ़ोल्डर को हटाने के लिए उपयोग किया जाता है। यह फ़ोल्डर के सभी उपफ़ोल्डर, फ़ाइलें और फ़ोल्डर को हटा देता है। यह फ़ंक्शन रिकर्शन के साथ काम करता है, इसलिए यह सभी उपफ़ोल्डरों को स्वचालित रूप से हटा देता है।
4. os.remove() और os.rmdir() फ़ंक्शन क्या करते हैं?
Ans. os.remove() फ़ंक्शन एक फ़ाइल को हटाने के लिए उपयोग किया जाता है। यह फ़ंक्शन निर्दिष्टित फ़ाइल को डिलीट कर देता है। os.rmdir() फ़ंक्शन एक खाली फ़ोल्डर को हटाने के लिए उपयोग किया जाता है। यह फ़ंक्शन निर्दिष्टित फ़ोल्डर को डिलीट कर देता है, लेकिन यह केवल खाली फ़ोल्डर के लिए काम करेगा। अगर फ़ोल्डर में कोई फ़ाइलें या अन्य उपफ़ोल्डर होंगे, तो यह फ़ंक्शन काम नहीं करेगा।
5. glob.glob() फ़ंक्शन क्या करता है?
Ans. glob.glob() फ़ंक्शन एक निर्दिष्ट पैटर्न के अनुसार फ़ाइलों की सूची प्राप्त करने के लिए उपयोग किया जाता है। इसे उपयोग करके आप फ़ाइलों की सूची प्राप्त कर सकते हैं, जो फ़ाइल पैटर्न के साथ मेल खाती हैं। फ़ाइल पैटर्न में वाइल्डकार्ड (*) का उपयोग किया जा सकता है, जो कि किसी भी स्ट्रिंग के लिए संशोधित कर दिया जाएगा। इसे उपयोग करके आप फ़ाइलों को ढूंढ़ सकते हैं और उन
80 videos
Explore Courses for Back-End Programming exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Semester Notes

,

practice quizzes

,

ppt

,

MCQs

,

study material

,

Python tutorial in Hindi 46 : How to choose right module and function to delete files and folders Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Exam

,

Sample Paper

,

pdf

,

mock tests for examination

,

Free

,

Extra Questions

,

shortcuts and tricks

,

Objective type Questions

,

Python tutorial in Hindi 46 : How to choose right module and function to delete files and folders Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Viva Questions

,

video lectures

,

Previous Year Questions with Solutions

,

Summary

,

Important questions

,

past year papers

,

Python tutorial in Hindi 46 : How to choose right module and function to delete files and folders Video Lecture | Python Tutorial in Hindi - Back-End Programming

;