Joe Strazzere - All Things Quality

Visit my new blog at http://strazzere.blogspot.com/


December 1, 2005 - WinTask - PathCommonPrefix

Posted in WinTask

'
' PathCommonPrefix -
'

'PathCommonPrefix(pszFile1, pszFile2, pszPath);

dim ptr as unsigned

a$="c:\testdir\more\test.exe"
b$="c:\testdir\more\unique\test.doc"
c$="                                                                "
ptr=External("shlwapi.dll","PathCommonPrefixA",a$,b$,c$)

msgbox("The common part of the path is "+c$,,"PathCommonPrefix")


<- Last Page :: Next Page ->

About Me

A gathering place for information and ideas about Quality Assurance, Testing, and other useful topics.

Problems cannot be solved by the same level of thinking that created them. - A. Einstein

Search This Site

Translate This Site

RSS Feed

Subscribe

Twitter

@jstrazzere

Categories

Life
QA
Sports
Tools
WinTask
Work in General

What I'm Reading Now