Get file list under C:/* (C:\\*)
print join ("\n", glob ('C:/*')); print join ("\n", glob ('C:\\*'));