You can't have absolute paths in a cfinclude. You will need to create a
CF mapping (e.g. "/SomeApplicationName") that points to
"D:\SomeApplicationName\" and use that in the include:

<cfinclude template="/SomeApplicationName/index.cfm">

Pascal

> -----Original Message-----
> From: Gonzo Rock [mailto:[EMAIL PROTECTED]
> Sent: zaterdag 26 juni 2004 22:11
> To: CF-Talk
> Subject: cfinclude error...
>
> I have a CF application on a windows installation at ....
> C:\Inetpub\wwwroot\SomeApplicationName\
> This is just a stub actually where index.cfm just holds one line...
> <cfinclude template="D:\SomeApplicationName\index.cfm">
>
> D:\ is where the application really lives... or at least I
> intended it to live there.
>
> Getting an error I'm not familiar with... "The filename,
> directory name, or volume label syntax is incorrect "
>
> Yet it is all sooooo correct... any ideas?
>
> Thanks,
> Gonz
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to