Lines Matching refs:directory
2 Test dir() function : usage variations - non-existent directory
12 * Passing a non-existent directory as argument to dir() function
15 echo "*** Testing dir() : open a non-existent directory ***\n";
17 // create the temporary directory
22 // open existent directory
26 // remove directory and try to open the same(non-existent) directory again
30 echo "-- opening previously removed directory --\n";
33 // point to a non-existent directory
35 echo "-- opening non-existent directory --\n";
42 *** Testing dir() : open a non-existent directory ***
43 -- opening previously removed directory --
45 Warning: dir(%s): Failed to open directory: %s in %s on line %d
47 -- opening non-existent directory --
49 Warning: dir(%s): Failed to open directory: %s in %s on line %d