Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

#INCLUDE VIRTUAL

0 views
Skip to first unread message

Justin Doh

unread,
Aug 15, 2008, 1:54:08 PM8/15/08
to
What is difference between having ' / ' in front of the virtual directory
name or not having. For example:

<!-- #INCLUDE VIRTUAL="/include/ObjDef.inc" -->

vs.

<!-- #INCLUDE VIRTUAL="include/ObjDef.inc" -->

For my web app, both seem to be working.. so, I am just curious.

Old Pedant

unread,
Aug 19, 2008, 8:11:01 PM8/19/08
to

"Justin Doh" wrote:

> What is difference between having ' / ' in front of the virtual directory
> name or not having. For example:

/ means start at root of virtual directory try.
No slash means start from current directory.

They are only equivalent if the current directory *is* ths root directory.

0 new messages