View Single Post
Old 03-13-2003, 08:11 PM   #3 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
what's wrong with that filename? works on windows and linux.

most unixlike systems will allow everything in a filename except tab, linefeed, carriage return, and forward slash. (did i miss any)?

windows does not allow the ones above plus the following:
\ / " * ? < > |

do an strtr() on characters you don't like.
joe_bruin is offline   Reply With Quote