Hi list,

is there any way to open a hidden UNC path with the mkdir statement
given by a parameter.

Let's say I run the script with the parameter

\\server\new$

the path will get truncated one time by the newline '\n' and the dollar
sign will by cut off.

Then putting it in the variable $x the statement

mkdir( $x, 0777 );

will fail!

I would like to use the script as a subroutine which will get the path -
this have to be done as \\server\\share\new_directory. So it is not
possible to use an other syntax!

Any suggestions???

Thanks in advance

Tim


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to