It's been a long time since i post a new article, and it's a brand new start !!!
The blog turned into wordpress blog, and here is a handy tool I wrote for my personal use in the first place :
Mac File Cleaner is a tool for people who work on both Mac and Windows platforms.
Every time a mac user send files to a windows user, many hidden files appears in the windows system : "._*" files and ".DS_Store" files.
These annoying files may be a problem as in my personal project, so MFC will solve this problem in 2 steps :
1) place the MFC executable file in the root folder where you want to remove those mac files
2) run MFC, and it will recursively remove every mac files
STEP 1 :

The mac files cleaner is placed at the root of the project.
STEP 2:

MFC indicates where the recursive operation will start from, then click CLEAN button
STEP3 :

MFC deletes all mac files recursively and shows you the scanned folders and deleted files.
If wrong files are deleted, they may be found in the system trashcan.
Enjoy.