Skip to content
Discussion options

You must be logged in to vote

Did you ever build pywin32?

From win32/src/win32file_swig.cpp:

static PyMethodDef win32fileMethods[] = {
	 { "OpenFileById", pfnpy_OpenFileById, 1 },
	 { "ReOpenFile", pfnpy_ReOpenFile, 1 },
	 { "Wow64RevertWow64FsRedirection", py_Wow64RevertWow64FsRedirection, 1 },
	 { "Wow64DisableWow64FsRedirection", py_Wow64DisableWow64FsRedirection, 1 },
	 { "SfcIsFileProtected", py_SfcIsFileProtected, 1 },
	 { "SfcGetNextProtectedFile", py_SfcGetNextProtectedFile, 1 },
	 { "GetFullPathName", pfnpy_GetFullPathName, 1 },
	 { "GetLongPathName", pfnpy_GetLongPathName, 1 },
	 { "GetFinalPathNameByHandle", pfnpy_GetFinalPathNameByHandle, 1 },
	 { "FindFileNames", pfnpy_FindFileNames, 1 },
	 { "FindStreams…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by geppi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants