Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Opening filenames with special characters

by Zadeh (Beadle)
on Mar 14, 2007 at 17:13 UTC ( [id://604864]=note: print w/replies, xml ) Need Help??


in reply to Re: Opening filenames with special characters
in thread Opening filenames with special characters

Thanks,
It turns out the problem was specific to windows and the MVFS filesystem provided by ClearCase from IBM/Rational. The same filesystem viewed from *nix coincidentally doesn't have the problem when using sysopen()...ugh

It also turned out that any other piece of software couldn't open these same kind of files with a '*' in it in windows/MVFS, and the error message from $! was something like "Invalid filename". Copying the file to a different filesystem like NTFS worked fine.

Hope this obscure problem happens to someone out there at some point..
  • Comment on Re^2: Opening filenames with special characters

Replies are listed 'Best First'.
Re^3: Opening filenames with special characters
by ikegami (Patriarch) on Mar 14, 2007 at 17:54 UTC
    aye, \/:*?"<>| are not valid characters in Windows file names.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://604864]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-26 01:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found