CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 17

Threaded View

  1. #16
    Join Date
    Apr 2011
    Posts
    23

    Re: Output to txt document

    POST CONTINUED

    So now you have the full rundown and know this is not homework when I ask for the help of the gurus it is because I need it I suppose...

    By the way I did start this application with what I could possibly do at the current time but I am unsure of what avenue to take to add the corresponding data to extra.cfg but I really would love to automate this to save people some time and maybe it will drum up some donations so the guy will support syslinux NTFS edition for ISO's larger then 4GB. I don't know I just think the guy is doing everyone a favor and I'm trying to repay him the best I can not being wealthy and all.

    I thank you very much for your time and sorry for the long extended posting but it was needed to explain in depth what I am trying to accomplish.

    Finally the start of my program is located here:
    http://www.filedropper.com/sardux-

    EDIT TO ANSWER A QUESTION

    No sub directories will be included this is not something that I want to search everything will take place in current directory only

    so what I will be using to specify that is rather simple actually

    string appPath = AppDomain.CurrentDomain.BaseDirectory;

    so appPath should always point to the directory of the application which is where all the ISO's will be housed as well as the rest of the files such as extra.cfg and whatever else I will need to complete the task.

    Hopefully this answers this but I want to use the appPath in case someone were to put the program on an external hard drive or whatever I want to maintain portability for the author.
    Last edited by infringer; September 11th, 2011 at 11:20 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured