tags:

views:

43

answers:

1

Team, I started working with Microsoft .NET 3.5. then I have to obtain and show two Unix files in my project. please do you have any how do it?

+1  A: 

UNIX files are just text files, so this should be no problem. However, you may have to set up a Samba drive if you need to grab them from a Unix server.

Eric