CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jeitjes

Search: Search took 0.01 seconds.

  1. Re: Porting python backup script from linux to windows

    Thanks,

    GetFileSecurity is available in python so that looks like the road to go. In python it looks like this:

    #####################
    win32security.GetFileSecurity

    PySECURITY_DESCRIPTOR =...
  2. Porting python backup script from linux to windows

    Hi I have written a backup program in Python on Linux. It is a large project (for just one programmer, me :) ) and it is over 30.000 lines of code.

    I am porting this program to windows, (i use...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured