emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: file-truename, convert-standard-filename


From: Drew Adams
Subject: RE: file-truename, convert-standard-filename
Date: Fri, 5 Feb 2010 15:51:07 -0800

> You never apply convert-standard-filename to the name of an existing
> file, since by definition this file name already fits the current OS
> (otherwise it would not exist).

Which would not exist - the file or the file name?

How to know whether the name is for an existing file? Are you suggesting testing
it first using `file-exists-p', just to know whether to call c-s-f?

In the comparison I'm doing, I don't know what the file names to be compared
will be. I don't know whether they will correspond to existing files. I want to
compare the names without trying to access the files (or even call
`file-exists-p').

Sorry, I still don't quite understand.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]