Thread: reading howmany files ,...

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    70

    reading howmany files ,...

    how do you reed how many files there are in a map (sub-maps included)




    Q2:
    how do you copy the map in one step (i have a copy function)
    and say how many precent is done???

  2. #2
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    a map? does it contain files?
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    70
    yes and mayby even sub-maps with files in(it need to work for every map that i want(exept if the maps are blocked ofcourse...)

  4. #4
    Registered User
    Join Date
    Jan 2005
    Location
    Estonia
    Posts
    131
    folder = map?

  5. #5
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    for folders... hmmm
    have you searched forum?
    have you read FAQ
    http://faq.cprogramming.com/cgi-bin/...&id=1044780608

    have you written some code?
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

  6. #6
    Registered User
    Join Date
    Sep 2006
    Posts
    70
    Quote Originally Posted by hardi
    folder = map?
    yes (like c:/program/...

  7. #7
    Registered User
    Join Date
    Sep 2006
    Posts
    70
    Quote Originally Posted by vart
    for folders... hmmm
    have you searched forum?
    have you read FAQ
    http://faq.cprogramming.com/cgi-bin/...&id=1044780608

    have you written some code?
    yes i have writen some code the whole copy function is redeay

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linking header files, Source files and main program(Accel. C++)
    By Daniel Primed in forum C++ Programming
    Replies: 3
    Last Post: 01-17-2006, 11:46 AM
  2. reading files
    By hiya in forum C++ Programming
    Replies: 7
    Last Post: 05-21-2005, 11:40 AM
  3. A little help reading from files...
    By Invincible in forum C++ Programming
    Replies: 4
    Last Post: 04-03-2002, 10:43 AM
  4. problem reading files in C
    By angelfly in forum C Programming
    Replies: 9
    Last Post: 10-10-2001, 11:58 AM
  5. Need Advice in reading files
    By jon in forum C Programming
    Replies: 4
    Last Post: 10-07-2001, 07:27 AM