Accessing File Member Timestamps from a .NET C# Program
September 12, 2007 Hey, Mike
I’m trying to use C# .Net to inspect the file create date and file modified date on member files in a custom library under QSys.Lib. Do you have any idea how to do this or can you suggest a place to start? Unfortunately, I code in C# and do not know RPG or CL commands. –GS We can tackle this problem without any server side logic. Fortunately, this job is pretty easy, thanks to IBM providing us with integration into the Windows world. The first thing you need to learn about is a special program called NetServer, which can be |