
hanno at hannosch
Feb 7, 2011, 6:05 AM
Views: 858
Permalink
|
|
Re: SVN: Products.CMFCore/trunk/Products/CMFCore/ Removed os.path.walk call in windows development mode
[In reply to]
|
|
On Mon, Feb 7, 2011 at 2:59 PM, yuppie <y.2011 [at] wcm-solutions> wrote: > If someone knows a better way to detect NTFS, please let me know. I looked for better ways, but there's nothing good in default Python or pywin32. The only real approach seems to involve calling the external diskpart command with a script like "list volumes" and parsing the output... nothing I'd want to do. And if I remember correctly diskpart isn't available on old Windows versions either. Hanno _______________________________________________ Zope-CMF maillist - Zope-CMF [at] zope https://mail.zope.org/mailman/listinfo/zope-cmf See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests
|