I have some code like this ...
<cfif FileExists(ExpandPath
("reports/#get_years.date_year#/#menuPath#/#phase#/#pathName#/#url.school#/#url.school##docType#"))>
<a href
="reports/#get_years.date_year#/#menuPath#/#phase#/#pathName#/#url.school#/#url.school##docType#"
target="_blank">#get_years.date_year#</a>
<cfelse>
<font color="##999999" size="2" face="Arial, Helvetica, sans-serif">
#get_years.date_year#</font>
</cfif>
The thing is that the reports folder is web facing (on the code hosting
server) at present and I need to move it away from there and put it on
a) the hosting server under the D: drive (ie D:/reports/........)
or
b) another server somewhere else ....
Is it ok to do this and will it work ok. How do I reference each change
D:/reports/...??? \\reportServer/reports/..... ??
Regards - Paul - Oh its a CFMX server BTW
*************************************************************************************************
The information contained within this e-mail (and any attachment) sent by Birmingham
City Council is confidential and may be legally privileged. It is intended only for
the named recipient or entity to whom it is addressed. If you are not the intended
recipient please accept our apologies and notify the sender immediately, or telephone
+(44) 121 303 6666. Unauthorised access, use, disclosure, storage or copying is not
permitted and may be unlawful. Any e-mail including its content may be monitored and
used by Birmingham City Council for reasons of security and for monitoring internal
compliance with the office policy on staff use. E-mail blocking software may also be
used. Any views or opinions presented are solely those of the originator and do not
necessarily represent those of Birmingham City Council. We cannot guarantee that this
message or any attachment is virus free or has not been intercepted and amended.
*************************************************************************************************
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]