Jump to content

Print out Project Explorer


Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.