Paul Newton wrote:
> Hi Dave
>
> Unfortunately I am not using WinZip but the DynaZip ActiveX control. 
>
> BTW in my UNC examples I should have used \\computer\volume\folder 
> rather than of \\computer\drive\folder
>   
Hi Paul,

You could always use a bit of a kludge: :-)

Assuming UNC paths are always
\\server\c$   (I.e. a shared drive)
\\server\sharename  (some folder shared)

cpath = '\\192.168.0.16\d$\images\more\file.txt'
?SUBSTR(cPath,1,AT('\',SUBSTR(cPath,3),2)+1)

You could check for : in the path and use JUSTDRIVE if it exists or use 
the above if not.

Just a possibility

Peter



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to