Skip to content Skip to sidebar Skip to footer
Showing posts with the label Filesystems

Determining The Filesystem Type From A Path In Python

Is there any portable way in Python (2.*) to obtain the filesystem type of the device containing a … Read more Determining The Filesystem Type From A Path In Python

Find A Path In Windows Relative To Another

This problem should be a no-brainer, but I haven't yet been able to nail it. I need a function … Read more Find A Path In Windows Relative To Another

How To Construct An In-memory Virtual File System And Then Write This Structure To Disk

I'm looking for a way to create a virtual file system in Python for creating directories and fi… Read more How To Construct An In-memory Virtual File System And Then Write This Structure To Disk

How To Make Sure A File Exists Or Can Be Created Before Writing To It In Python?

I'm writing a function and I want it to touch a file so that I can write to that file. If the f… Read more How To Make Sure A File Exists Or Can Be Created Before Writing To It In Python?

Python Daemon To Watch A Folder And Update A Database

This is specifically geared towards managing MP3 files, but it should easily work for any directory… Read more Python Daemon To Watch A Folder And Update A Database

Special Characters In OSX Filename ? (Python Os.rename)

I am trying to rename some files automatically on OSX with a python script. But I fail to work with… Read more Special Characters In OSX Filename ? (Python Os.rename)