Jump to content


Photo

Edit all ini files in a folder.


  • Please log in to reply
2 replies to this topic

#1 Chris_Devl

Chris_Devl

    The Next Gabe Newell

  • GMC Member
  • 321 posts
  • Version:GM8

Posted 28 May 2012 - 01:50 AM

I need a program to open every ini file in a specific directory without specifying the names of each ini file. I want to be able to add new ini files to the folder externally, whenever I want, and then when I run the program it automatically accesses the new files (as well as the old) without me having to edit the gmk at all.

Anyone know how to do this? I can't for the life of me figure it out..

Edited by Desert Dog, 30 May 2012 - 08:56 AM.
Moved to Questions&Ansers: Not an Advanced discussion

  • 0

#2 Gamer3D

Gamer3D

    Human* me = this;

  • GMC Member
  • 1590 posts
  • Version:GM8.1

Posted 28 May 2012 - 02:20 AM

file_find_first, file_find_next, etc.

Just don't open too many simultaneously (There's a limit to the number of possible open files)
  • 0

#3 Chris_Devl

Chris_Devl

    The Next Gabe Newell

  • GMC Member
  • 321 posts
  • Version:GM8

Posted 28 May 2012 - 03:16 AM

file_find_first, file_find_next, etc.

Just don't open too many simultaneously (There's a limit to the number of possible open files)


0.o I think this is it! Thanks a lot!
  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users