У нас вы можете посмотреть бесплатно Folder Cleaner using Python | Delete Files/Folders based on last modified time | HCoder или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Folder Cleaner using Python | Delete Files/Folders based on last modified time | HCoder In this video, we are creating a folder cleaner in python that deletes the files and subfolders in a target folder based on last modified time. We are designing a console application that has config capabilities which is primarily suitable for CI Servers like Jenkins. We might endup with bunch of files over each runs and over a period of time this may lead to space issues. we can write a simple script like this folder cleaner to get the job done without any fuss. In this video you will learn 1) Create a console application in python 2) Read config files and perform actions accordingly 3) Few of the OS related methods that helps us in almost every application 4) Play around with timestamps which helps us to make a decision about deleting. We finally demonstrate our folder cleaner by creating appropriate files and folders with the right modified time so that those files can be deleted accordingly. This is a beginner level video, you dont need any python knowledge to follow this. Make sure you follow along the video to understand the code. The source code is available in git in this path https://github.com/HCoderWorld/LearnP... Subscribe to this channel for more programming videos. This channel covers project tutorials and certain solutions for scenarios like this. Ask your doubts in the comment section. Folder cleaner using python, file delete using python, folder delete using python, last modified time in python, console application in python, read config in python, python beginner tutorial, coding tutorial,hcoder, file deletion, deletion based on last modified time, os.path, os.path.listdir, os.path.isfile, os.path.isdir, os calls in python, folder cleanup,remove files and folders using python, remove files, remove folders