danielhodson / pyprojfs

Windows Projected File System for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Projected File System for Python

What does this project do?

In a nutshell, this allows one to use the Windows Projected File System (ProjFS) API from Python.

This is achieved using ctypes to call library exports in C:\Windows\System32\ProjectedFSLib.dll. The function prototypes, enumerations, and defines were manually translated from the Windows SDK header file <projectedfslib.h>.

If you're not sure what the Windows Projected File System is, more info can be found at:

Project Status

It works on my machine. Making it public in case it helps others.

How do I get started?

Take a look at example.py to see how to get started.

Where can I get more help, if I need it?

Chances are Google will be your friend. Otherwise please feel free to create a GitHub issue.

About

Windows Projected File System for Python


Languages

Language:Python 100.0%