Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28673

Re: os.stat() distorts filenames that end with period (nt.stat())

Newsgroups comp.lang.python
Date 2012-09-06 19:46 -0700
References <da480cba-c79a-44bc-bcfc-b192ce5aca69@googlegroups.com> <38fdb970-1bf6-4059-9fa6-cf9cf0655aa4@wm7g2000pbc.googlegroups.com>
Message-ID <1bedf267-e265-4fd6-aaa6-e8643c0bf1fa@googlegroups.com> (permalink)
Subject Re: os.stat() distorts filenames that end with period (nt.stat())
From ruck <john.ruckstuhl@gmail.com>

Show all headers | View raw


On Thursday, September 6, 2012 6:49:43 PM UTC-7, alex23 wrote:
> On Sep 7, 10:55 am, ruck <john.ruckst...@gmail.com> wrote:
> 
> > (This with Python 2.7.2 on Windows 7)
> 
> > rename goo to "goo...", then,
> 
> 
> 
> I'm unable to rename any file to have a '...' suffix, are you certain
> 
> the file exists in the form you think after the rename?

I see your point.  Using cygwin bash, I have no problem naming files with '...' suffix.  But I see you're right, it seems I cannot do so from Windows Explorer or from cmd shell.
FWIW, Windows Explorer displays to me that the file is named with '...' suffix.
John

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

os.stat() distorts filenames that end with period (nt.stat()) ruck <john.ruckstuhl@gmail.com> - 2012-09-06 17:55 -0700
  Re: os.stat() distorts filenames that end with period (nt.stat()) Dave Angel <d@davea.name> - 2012-09-06 21:18 -0400
    Re: os.stat() distorts filenames that end with period (nt.stat()) ruck <john.ruckstuhl@gmail.com> - 2012-09-06 18:54 -0700
    Re: os.stat() distorts filenames that end with period (nt.stat()) ruck <john.ruckstuhl@gmail.com> - 2012-09-06 18:54 -0700
  Re: os.stat() distorts filenames that end with period (nt.stat()) alex23 <wuwei23@gmail.com> - 2012-09-06 18:49 -0700
    Re: os.stat() distorts filenames that end with period (nt.stat()) ruck <john.ruckstuhl@gmail.com> - 2012-09-06 19:46 -0700
  Re: os.stat() distorts filenames that end with period (nt.stat()) Terry Reedy <tjreedy@udel.edu> - 2012-09-06 22:05 -0400
    Re: os.stat() distorts filenames that end with period (nt.stat()) ruck <john.ruckstuhl@gmail.com> - 2012-09-06 22:54 -0700
    Re: os.stat() distorts filenames that end with period (nt.stat()) ruck <john.ruckstuhl@gmail.com> - 2012-09-06 22:54 -0700
  Re: os.stat() distorts filenames that end with period (nt.stat()) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-07 02:32 +0000
  Re: os.stat() distorts filenames that end with period (nt.stat()) Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-06 21:12 -0600

csiph-web