Skip to content

danielhodson/pyprojfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages