Sujet : Re: Python (was Re: I did not inhale)
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.unix.shell comp.unix.programmer comp.lang.miscDate : 19. Aug 2024, 22:14:00
Autres entêtes
Organisation : None to speak of
Message-ID : <87jzgccltj.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Gnus/5.13 (Gnus v5.13)
"Dmitry A. Kazakov" <
mailbox@dmitry-kazakov.de> writes:
[...]
In main case it is packet manager. I am too lazy to find how to turn
off automatic update checks. So when I try to run apt or dnf I have to
kill the lock.
I think you mean "package manager".
[...]
The official file name of "C:" would be some messy string with lots of
backslashes. C: is a "DOS name." There are API to convert DOS names
into proper names. It is a mess. All Windows API is a mess.
I happen to be typing this on a Windows laptop (via ssh to another
system). The system drive is called "C:", and I don't know of any other
name by which I can refer to it. If I examine its properties in Windows
Explorer, it appears to have the label "Acer", but that's not the "messy
string with lots of backslashes" you referred to.
It strikes me that "C:" is the drive's "official" name in any reasonable
sense of the word.
What API are you referring to, what can I expect it to give me as the
"official" name of my C: drive, and what could I do with that name?
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */