José Benito Camiña Prado wrote:
>
> Hi again and thanks for your answers, now a friend helped me and I
> have a program in C# using the Filemon that you recommended me and it
> prints the paths, but you know if there is a way to have a kind of
> communication between C# and Python, what I want is that the C#
> programs send directly the paths being access to a program made in
> python that is resident.
>

That's the wrong path.  Whatever you can do in C# can also be done in
Python.  You should probably port the C# code, rather than trying to use
both.

On the other hand, if it's working in C#, I'm not sure why you would
want to change it.  Just extend the C# code to do what you need.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to