Skip to content

A simple package that removes all .DS_Store files from a directory.

Notifications You must be signed in to change notification settings

anjandash/dsomit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Description

A simple package that removes all .DS_Store files from a list.

Usage

import dsomit as ds

old_files_list = ["getJob.java", ".DS_Store", "root.xml"]
new_files_list = ds.omit(old_files_list) # Removes the .DS_Store 

print(old_files_list)
print(new_files_list)

About

A simple package that removes all .DS_Store files from a directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages