Thanks! That's encouraging :-)<br>I will move on with this path, let's see how this works after I finish composing the config.php and test it.<br><br><div class="gmail_quote">On Wed, Nov 30, 2011 at 7:05 PM, Julian Tenney <span dir="ltr"><<a href="mailto:Julian.Tenney@nottingham.ac.uk">Julian.Tenney@nottingham.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Yes, you can mix up \ and / in paths.<br>
<div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a> [mailto:<a href="mailto:xerte-bounces@lists.nottingham.ac.uk">xerte-bounces@lists.nottingham.ac.uk</a>] On Behalf Of Pat Lockley<br>

Sent: 30 November 2011 11:00<br>
To: Xerte discussion list<br>
Subject: [Xerte] Re: Problem with XOT file path<br>
<br>
windows usually resolves \\, \ and / when dealing with file systems<br>
(from what I recall)<br>
<br>
On Wed, Nov 30, 2011 at 10:47 AM, Jenny.S <<a href="mailto:jennysong.ss@gmail.com">jennysong.ss@gmail.com</a>> wrote:<br>
> I put XOT files inside my main site under a<br>
> subdirectory'library\includes\xot\', and I didn't use the XOT setup process.<br>
> Instead, I write the config.php manually to point things to my site.<br>
> Now I have problem config the path-- the root file path is with "\" while<br>
> the XOT short pathes are with "/" , when joining the 2 pathes, I got wrong<br>
> path. For example:<br>
><br>
> define( 'XOT_DIR', substr(getcwd(),0,strlen(getcwd())-5) );<br>
> $xerte_toolkits_site->users_file_area_short = 'USER_FILES/'<br>
><br>
>  $xerte_toolkits_site->users_file_area_full =<br>
>  $xerte_toolkits_site->root_file_path  .<br>
> $xerte_toolkits_site->users_file_area_short;<br>
><br>
> The output is:<br>
><br>
> 'D:\xampp\htdocs\testjet\library\includes\xotUSER-FILES/'<br>
><br>
> so, I modified the full path to:<br>
> $xerte_toolkits_site->users_file_area_full =<br>
>  $xerte_toolkits_site->root_file_path  . '\\' .<br>
> $xerte_toolkits_site->users_file_area_short;<br>
> The output is:<br>
><br>
> 'D:\xampp\htdocs\testjet\library\includes\xot\USER-FILES/'<br>
><br>
> Seems not right. Is it how the thing supose to be, or should I use<br>
> str_replace to change the '\'  to '/' ?<br>
><br>
> Thanks for helping!<br>
><br>
><br>
><br>
> This message and any attachment are intended solely for the addressee and<br>
> may contain confidential information. If you have received this message in<br>
> error, please send it back to me, and immediately delete it. Please do not<br>
> use, copy or disclose the information contained in this message or in any<br>
> attachment. Any views or opinions expressed by the author of this email do<br>
> not necessarily reflect the views of the University of Nottingham.<br>
><br>
> This message has been checked for viruses but the contents of an attachment<br>
> may still contain software viruses which could damage your computer system:<br>
> you are advised to perform your own checks. Email communications with the<br>
> University of Nottingham may be monitored as permitted by UK legislation.<br>
><br>
><br>
> _______________________________________________<br>
> Xerte mailing list<br>
> <a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
> <a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
><br>
> This message and any attachment are intended solely for the addressee and<br>
> may contain confidential information. If you have received this message in<br>
> error, please send it back to me, and immediately delete it.   Please do not<br>
> use, copy or disclose the information contained in this message or in any<br>
> attachment.  Any views or opinions expressed by the author of this email do<br>
> not necessarily reflect the views of the University of Nottingham.<br>
><br>
> This message has been checked for viruses but the contents of an attachment<br>
> may still contain software viruses which could damage your computer system:<br>
> you are advised to perform your own checks. Email communications with the<br>
> University of Nottingham may be monitored as permitted by UK legislation.<br>
><br>
><br>
<br>
_______________________________________________<br>
Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
<br>
_______________________________________________<br>
Xerte mailing list<br>
<a href="mailto:Xerte@lists.nottingham.ac.uk">Xerte@lists.nottingham.ac.uk</a><br>
<a href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</a><br>
</div></div></blockquote></div><br>