Sebastian Bergmann wrote:
> $test = scan_directory('g:/', $files);
The '$test = ' is obsolete, btw.
> and then crashes with an 'unknown software exception'.
I'm confused. It seems to work fine and does not crash when the
given directory is on a readable/writeable drive, I tested only
This script
gives error messages like
Warning: OpenDir: Invalid argument (errno 22) in
e:\server\htdocs\test.php on line 5
Warning: Supplied argument is not a valid Directory
resource in e:\server\htdocs\test.php on line 7
and then crashes with an 'unknown softwar