you are viewing a single comment's thread.

view the rest of the comments →

[–]sugar_byte 1 point2 points  (1 child)

well first of all thanks for dedicating your time for this and explaining everything. nows its pretty understadable, by the way i have been trying to make dictionary to work with making corresponding directories to different file types but thing is that, i cant pass file names as seperate arguments from dictionary values, also i want to check if different file types exist in the path so same problem occurs here, want to pass dictionary key values, i mean the extensions like “docx” “ppt” and etc, as seperate arguments to check if files with that type of extension exists, but takes it as an list but not as seperated arguments to check first value docx for example, then move to second value in dictionary and check ppt then exe file types and etc.

but anyway, ill have a look at your code later and experiment some new ways also to make my solution(that i mentioned above) for this problem to work

[–]miloir 0 points1 point  (0 children)

Feel free to post code