% Function FileSelect( strPhysicalPath, strFileExtension, strSelectOptions, strOptionOptions ) Dim strReturnSelect Dim objFSO, objFile, objFileItem, objFolder, objFolderContents Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.GetFolder(strPhysicalPath) Set objFolderContents = objFolder.Files Dim strFullFileName, strExt, strFileName strReturnSelect = "" FileSelect = strReturnSelect End Function %>
<% Dim strPhysicalPath, strSelect strPhysicalPath = "E:\GeneralAccounts\zacharytaylorpar\htdocs\PDF\AssocMinutes" %> strPhysicalPath = <%= strPhysicalPath %>