Search:

Type: Posts; User: opat

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    897

    If I use binary file will I be able to replace...

    If I use binary file will I be able to replace parts of my file with new strings?
    I'm trying to overwrite my file with new config value. Rest values have to stay intact.
  2. Replies
    7
    Views
    897

    Yes, that is exactly what I want to do. I used...

    Yes, that is exactly what I want to do.
    I used test file


    test1 = val1
    cha1 = val2
    cha2 = val3

    and I wanted to change property cha2 from val3 to val4.
    I used my method but the file did not...
  3. Replies
    7
    Views
    897

    File editing problem.

    Hello.
    I'm trying to write simple configure file manager class.
    Configure values are stored in a map<string, string> configDictionary
    (first string is property, second value).

    When some value...
Results 1 to 3 of 3