Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: willi808
  • Content: Threads
  • Order by date
  1. willi808

    what is wrong with the recursion

    //search all subdirectories (recursion) void SearchAllDir(char *argv1, char *argv2) { struct find_t sdir; //file attribute in a struct char buffer[500]; //buffer of path (drive and directory) char buffer2[500]; //buffer of path...
  2. willi808

    what is wrong (time function und dos)

    hello, what is wrong? i want to get the creation time of a directory (tcbuffer shows a wrong value). 'buffer' is an array with actual path... struct _stat buf; //buffer of file status informations struct tm *crTime; //time struct char tcbuffer[500], tabuffer[500]; //array's for...
  3. willi808

    big problem with movalbe items

    hi, there's a big problem. i have a source code and i should take the ellipse-item's in the window make movalbe. but i don't know how... thanks
  4. willi808

    _rmdir

    hi, i must delete all files under dos (visual studio 1.5). i use _rmdir but before deleting i must delete all file and i don't know how (without 'system'-instruction because it's a minimized dos version without these instructions). can someone give a hint... thanks

Part and Inventory Search

Back
Top