[AccessD] A2203: Determine if a folder exists

Demulling Family demulling at centurytel.net
Mon Mar 21 22:16:20 CST 2005


You could always use the APIs

Private Declare Function PathIsDirectory Lib "shlwapi.dll" Alias 
"PathIsDirectoryA" (ByVal pszPath As String) As Long
Private Declare Function PathIsDirectoryEmpty Lib "shlwapi.dll" Alias 
"PathIsDirectoryEmptyA" (ByVal pszPath As String)




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.0 - Release Date: 3/21/2005




More information about the AccessD mailing list