Search:

Type: Posts; User: Ali.B

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,887

    Yes... :) file =...

    Yes... :)


    file = fopen("./path/log.txt","a+");

    this is what i needed to change, :) thanks for the help
  2. Replies
    2
    Views
    2,887

    Specify a path for write file

    Hi
    i'm having this function:


    int logger(char *log_prefix,char *buffer)
    {
    printf("Logger: Logging Command...\n");
    time_t now;
    time(&now);
    FILE *file;
Results 1 to 2 of 2