PDA

View Full Version : File Paths


DyBoren
3-4-07, 02:38 PM
What is the file path if I want to write to files on my website. I thought this was in the FAQs but I am not able to find it.

Thanks,
DyBoren
www.dyboren.com:confused:

IanS
3-4-07, 02:43 PM
If you mean where do you upload to, then the answer is htdocs or folders within htdocs.

DyBoren
3-4-07, 03:38 PM
No what I want is to write to a file from a perl script.

snowmaker
3-4-07, 04:21 PM
In OPS you'll find your answer, http://members.powweb.com/member/settings.bml

DyBoren
3-6-07, 12:17 PM
Thank you so much. I knew it was there somewhere. I will bookmark this.

snowmaker
3-6-07, 12:21 PM
I actually have a few bookmarks to various items in OPS. It is being re-designed right now, I'm sure there will be some improvements to navigation and things will be easier to get to.

DyBoren
3-6-07, 12:59 PM
When I try to write to a file in the Datafiles directory (which is at the same level as htdocs) I get this error message

Tried to open /home/users/web/b1175/pow.XXXXXX/Datafiles/ordernames.fle: No such file or directory

I checked the filname using WS-FTP to be sure it was in that directory.

What do I need to change?

Thanks,
DyBoren
:confused:

liams
3-6-07, 02:09 PM
Your datafiles directory is "DataFiles" ... with a capital F

DyBoren
3-16-07, 08:42 PM
Thanks. Sometimes you just can't see what is right in front of you.