On a Win32 system,
creating a UNC share to a file is very simple. But, how would one create the
share to just the directory share?
my call to the file
is
open (F,
'//server_name/share_name/file_name') || die 'failed to open file
$!';
I've tried various
permutations on this to no avail. Suggestions?
Thanks in
advance.
Robert E. Bray
