Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5538
| From | "garyr" <garyr@fidalgo.net> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Deleting a file? |
| Date | 2011-05-16 14:23 -0700 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <iqsdtn$va2$1@speranza.aioe.org> (permalink) |
A file can be deleted by opening it with mode os.O_TEMPORARY and then closing it. How can a file be moved to the Recycle Bin, a la Windows?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Deleting a file? "garyr" <garyr@fidalgo.net> - 2011-05-16 14:23 -0700
Re: Deleting a file? Ben Finney <ben+python@benfinney.id.au> - 2011-05-17 11:39 +1000
Re: Deleting a file? Jerry Hill <malaclypse2@gmail.com> - 2011-05-16 23:06 -0400
Re: Deleting a file? "garyr" <garyr@fidalgo.net> - 2011-05-17 07:43 -0700
csiph-web