Copying from Novel

G

Guest

Hi

I am trying to copy files from a folder on a Novel machine, the folder is in
the UMC format (i cannot map a network drive for some business reasons). Upon
copying, it fires an IOException saying that the file does not exist.

Any idea how can I do it? (the user copying is the Novel Administrator)
 
C

cj

My Novell days were way before VB but If I remember correctly from DOS
we could reference files with something like sys:\\directory1\file.txt
instead of having a drive letter reference it. I don't know if you can
do that from w/in VB.

But perhaps a better way is many of our programs were launched via batch
files. The batch file would map a drive, launch the program then delete
the drive map. It's not like you'd be asking for a new permanent drive
mapping which is what your mgt group probably really opposes. If you
can't create the map from w/in VB then use a batch file to launch the
program and make your icon in windows run the batch file. Still works.

Finally maybe someone more experienced in using .net in a Novell
environment can provide a better solution. This is all I know--and it
ain't much. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top