generate functionFri, 27 Jan 2023

find hidden file on pc

import os rootdir = 'C:\\' for subdir, dirs, files in os.walk(rootdir): for file in files: print os.path.join(subdir, file)

Questions about programming?Chat with your personal AI assistant