Lines Matching refs:directory
2 Test dir() function : usage variations - operate on previously opened directory
7 * directory which is already open.
10 echo "*** Testing dir() : operate on previously opened directory ***\n";
15 // create the temporary directory
20 // create files within the temporary directory
23 // open the directory
27 // open the same directory again without closing it
31 echo "-- reading directory contents with previous handle --\n";
34 echo "-- reading directory contents with current handle --\n";
49 *** Testing dir() : operate on previously opened directory ***
62 -- reading directory contents with previous handle --
64 -- reading directory contents with current handle --