Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93662
| Path | csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <kwpolska@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.016 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'versions,': 0.05; 'subject:getting': 0.07; '"my': 0.09; 'vista': 0.13; 'server,': 0.15; 'disk.': 0.16; 'example).': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; 'translation': 0.16; 'versions': 0.20; 'windows': 0.20; '2015': 0.20; '(or': 0.23; 'header:In-Reply-To:1': 0.24; 'chris': 0.26; 'message-id:@mail.gmail.com': 0.27; 'folder': 0.30; 'language.': 0.32; 'older': 0.32; 'file': 0.34; 'that,': 0.34; 'received:google.com': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'names': 0.38; 'to:addr:python.org': 0.40; 'documents': 0.61; 'necessarily': 0.63; 'guaranteed': 0.67; 'home': 0.67; 'foreign': 0.69; 'localized': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=g6VeVTaDkVD0BsOUj8wENoAF5f//i13TaQg+kmRbzLI=; b=TJBEgWpUW6mp5zUp6uhu5TVMIoLMvGuelTJW8p9UuF2/H3HJPsxXfFwE/GlHMYIjAo ij2ZcxMNKCU+Fxw4L3Fg/p1zTfuHjlzyeQALrK9Kyk6M/bAEfcNthbRVB6Fa8Gg89/Jl As8w6kscdxYj6Yebqqf+1r8RjlWG/KuWVo7IJJnG9Y+/jT/+wzIUy6DdS2n+8lDJzpZP 1+WYBHC76lQ8py8lQ73NMRciy0JipHHxfoYor8mOtCBGXbyGCvMJP3m0g0Cw9qKz3oNu ycbV8aX8I99yjM12cNd+T2gT+7iMXN5g57iXSO2kZ0X8WtxurB4QFfohlzqGLj06ZhQg NYLQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.112.46.44 with SMTP id s12mr23350522lbm.114.1436599706958; Sat, 11 Jul 2015 00:28:26 -0700 (PDT) |
| In-Reply-To | <1436574244.1600780.320804625.4F9C0CE1@webmail.messagingengine.com> |
| References | <mstorkamp-154B4A.09272010072015@88-209-239-213.giganet.hu> <20150710094607.66e62712@bigbox.christie.dr> <1436574244.1600780.320804625.4F9C0CE1@webmail.messagingengine.com> |
| Date | Sat, 11 Jul 2015 09:28:26 +0200 |
| Subject | Re: Trouble getting to windows My Documents directory |
| From | Chris Warrick <kwpolska@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.410.1436599708.3674.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1436599708 news.xs4all.nl 2906 [2001:888:2000:d::a6]:53537 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:93662 |
Show key headers only | View raw
On 11 July 2015 at 02:24, <random832@fastmail.us> wrote: > The My Documents directory is not guaranteed to be named "Documents". On > older versions of windows it was "My Documents", and on foreign versions > of windows it is a name in their language. That’s not necessarily “older”. Windows XP/7/8: My Documents Windows Vista/8.1: Documents As for localized versions, Vista and up do the translation in Windows Explorer but use English names on disk. …but even with all that, users (or their administrators) can move the My Documents folder away from the home directory (to a file server, for example). -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Trouble getting to windows My Documents directory Mark Storkamp <mstorkamp@yahoo.com> - 2015-07-10 09:27 -0500
Re: Trouble getting to windows My Documents directory Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-10 15:47 +0100
Re: Trouble getting to windows My Documents directory Laura Creighton <lac@openend.se> - 2015-07-10 17:11 +0200
Re: Trouble getting to windows My Documents directory MRAB <python@mrabarnett.plus.com> - 2015-07-10 16:12 +0100
Re: Trouble getting to windows My Documents directory Mark Storkamp <mstorkamp@yahoo.com> - 2015-07-10 10:25 -0500
Re: Trouble getting to windows My Documents directory Rustom Mody <rustompmody@gmail.com> - 2015-07-10 10:48 -0700
Re: Trouble getting to windows My Documents directory Rustom Mody <rustompmody@gmail.com> - 2015-07-10 10:56 -0700
Re: Trouble getting to windows My Documents directory Tim Chase <python.list@tim.thechases.com> - 2015-07-10 09:46 -0500
Re: Trouble getting to windows My Documents directory random832@fastmail.us - 2015-07-10 20:24 -0400
Re: Trouble getting to windows My Documents directory Chris Warrick <kwpolska@gmail.com> - 2015-07-11 09:28 +0200
Re: Trouble getting to windows My Documents directory Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-07-11 11:47 -0400
Re: Trouble getting to windows My Documents directory random832@fastmail.us - 2015-08-01 02:50 -0400
csiph-web