Link to home
Start Free TrialLog in
Avatar of naseeam
naseeamFlag for United States of America

asked on

How Reading Directory Works?

How do you following two lines of code work? mvfs_drive_letter contains M

opendir (DIR, "$mvfs_drive_letter:");
$file = readdir DIR;

Thanks.

ASKER CERTIFIED SOLUTION
Avatar of Adam314
Adam314

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tintin
Tintin

perldoc -f readdir
perldoc -f opendir