williey
Technical User
- Jan 21, 2004
- 242
I'm stump on this simple problem.. I need to change directory in perl. But the target directory has a long filename naming.
Here is the examples..None of them work.
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
Here is the examples..None of them work.
Code:
system ("cd c:\\Program Files\\");
system ("cd c:\\Program\*");
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.