January 1, 2005

WinTask - PathIsSlow

'
' PathIsSlow - Determines whether a file path is a high-latency network connection.
'
' Author: Joe Strazzere

'

'BOOL PathIsSlow(          LPCTSTR pszFile,
'    LPCTSTR pszIconPath
');


ret=External("shell32.dll","IsNetDrive",0)
msgbox(ret)