why uses tempfile.mktemp() "@" ?

From: Thomas Guettler (guettli_at_thomas-guettler.de)
Date: 06/04/04


Date: Fri, 04 Jun 2004 14:18:27 +0200

Hi!

Is there a need for the "@"
in the filenames created with tempfile.mktemp()?

I think it would be better to use only characters
which are "shell save".

At least with bash you need to quote the "@".
Copy&past of the filename does not work.

Regards,
 Thomas



Relevant Pages

  • Re: spaces in filenames ?
    ... an assumption about the characters allowed in a filename. ... filenames don't contain newline characters (but beware that once ... IFS=" ...
    (comp.unix.questions)
  • Re: Mac file NAMING that doesnt work on PCs
    ... Mac documents folder to that server once and was rejected because my ... several characters which have special meanings on Windows and therefore ... Colon separates the drive letter from the rest of the pathname. ... Quotes are used to delimit filenames containing spaces. ...
    (comp.sys.mac.system)
  • Re: FTPFindFirstFile unicode
    ... window; the hex for the text in the lower window appears below that window. ... be encoded using 520 characters in UTF-8, and this might be where the problem is. ... It works fine for filenames that have english ...
    (microsoft.public.vc.mfc)
  • Re: FTPFindFirstFile unicode
    ... you should see "readable" characters for the UTF-8 ... window; the hex for the text in the lower window appears below that window. ... It works fine for filenames that have english ...
    (microsoft.public.vc.mfc)
  • Re: Long File Names used to be OK--now Windows doesnt like them! W
    ... File names in XP can have up to 255 characters. ... Many CD-R mastering programs limit the length of the filenames that can be ... MS-MVP Windows Shell/User ...
    (microsoft.public.windowsxp.general)

Loading