ASTDan Posted April 22, 2008 Report Share Posted April 22, 2008 Hello, Does anyone know if it is possible to print out your Project Folder for documentation purposes? Is there another method/software tool of easily documenting the all the files that you are using for your applicaiton? Thanks Dan Quote Link to comment
BrokenArrow Posted April 22, 2008 Report Share Posted April 22, 2008 QUOTE (ASTDan @ Apr 21 2008, 05:01 PM) Hello,Does anyone know if it is possible to print out your Project Folder for documentation purposes? Is there another method/software tool of easily documenting the all the files that you are using for your applicaiton? Thanks Dan I often wondered why Windows doesn't let you do this. In DOS, just type at the command line "dir > whatever.txt" and the contents of the current directory will be printed to the text file whatever.txt. This has the advantage of giving you the file sizes in exact bytes. Richard Quote Link to comment
MikaelH Posted April 23, 2008 Report Share Posted April 23, 2008 You can use the property nodes to do this --Mikael Download File:post-941-1208832465.vi Quote Link to comment
ASTDan Posted April 23, 2008 Author Report Share Posted April 23, 2008 QUOTE (MikaelH @ Apr 21 2008, 10:49 PM) You can use the property nodes to do this That looks like the way to go. Instead of displaying the project in memory how do you specify a project via file name? Thanks Dan Quote Link to comment
MikaelH Posted April 23, 2008 Report Share Posted April 23, 2008 QUOTE (ASTDan @ Apr 23 2008, 06:19 AM) That looks like the way to go. Instead of displaying the project in memory how do you specify a project via file name?Thanks Dan Just parse the project.lvproj file. It's easy readable XML. Cheers, Mikael Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.