Periods/decimals in directory names

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Nickmare
Forum Newbie
Posts: 1
Joined: Sat Sep 25, 2004 5:46 am

Periods/decimals in directory names

Post by Nickmare »

I was actually just wondering how to deal with problems arising because of decimals in folder names.

I'm having problems with using directories such as "/downloads/update/1.0.2342.6543" in my PHP scripts in directory functions (opendir, readdir, closedir, etc).

If this is common please let me know. If you need more info I'll duplicate the problem tomorrow. Thanx

Nick
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

always show all the info you can possibly provide..
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

which means: errors, code and any other things popping up in your head ;)
Post Reply