Re: Cross-platform module that creates directory object with all file attributes

2010-07-13 Thread python
Hi Tim, > Can't help you with x-platform; but for Windows I can offer my winsys package. > if f.readonly: >print f.created_at, f I like your logical model - that's exactly what I was looking for. Thank you for sharing your code. Cheers, Malcolm -- http://mail.python.org/mailman/listinfo/

Re: Cross-platform module that creates directory object with all file attributes

2010-07-13 Thread Tim Chase
On 07/13/2010 10:56 AM, pyt...@bdurham.com wrote: Any recommendations for a cross-platform module that creates a directory object with not only file names, but file attributes as well? Use cases: - Sort files by file size or date last modified - Filter files by read-only status I know I can use

Cross-platform module that creates directory object with all file attributes

2010-07-13 Thread python
Any recommendations for a cross-platform module that creates a directory object with not only file names, but file attributes as well? Use cases: - Sort files by file size or date last modified - Filter files by read-only status I know I can use various standard library functions [1] to construct