Tom - this was the question. i have 10 different directories (like below). under each directory have dataset name "test_check". Our process (other code) producing these "test_check" dataset in 10 directories where we have one variable "date" (type=numeric) which has value like "Sat, Feb 28, 2015" with format "weekdate17." (this value is from today's process - tomorrow it will be"Sun, Mar 01, 2015"). Now basically all the time this dataset, "test_check" has same value for all 10 datasets (i.e two days back: Sat, Feb 28, 2015) but sometime lets say 2 out of 10 datasets has different value, i want to find out in which directory "date" variable has different value than lets say Sat, Feb 28, 2015 (if i run code today). __________________________________ f:\woo\dir1\test_dataset\test_check f:\woo\dir2\test_dataset\test_check . . . f:\woo\dir10\test_dataset\test_check
... View more