Greetings,

We have a bug in our web application,

Visual Studio is creating vti_cnf folders inside directories,

I have tried some error handling to account for this,

...

<CFIF deleteFolderContents.name CONTAINS("vti_cnf")>
        <CFDIRECTORY action="list"
        
DIRECTORY="#REQUEST.logPath##SESSION.CUSTOMERNAME#\#folderSelectArray[j]#\vt
i_cnf"
                NAME="ERRORHandler"
                SORT="DateLastModified desc">
                //The vti_cnf Directory contains a copy of all files that
are contained in the directory
                //I am deleting
                //If I do,

                <CFLOOP QUERY="ERRORHandler" STARTROW="1"
ENDROW="#ERRORHandler.RECORDCOUNT#">
                        #ERRORHandler.NAME#<BR>
                </CFLOOP>
                //nothing is returned, but there are 20 or so files in
there, so obviously when I try to delete,
                //nothing happens either.
</CFIF>

...continue....

any thoughts on this would be appreciated,

Respectfully

j
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to