D
David Tuman
hi all,
im a university of michigan aerospace engineering undergrad, so i have
only limited coding experience with c++
had a question regarding how to go about writing a piece of code that
will:
-go through a specified directory
-extract: -all filenames within that directory
-all directories and their files, recursively, etc, etc
-generate a list / directory map, so to speak, of all directories /
files within the specified directory
i can organize the code to do that, but im clueless as to what the
syntax would be to extract file names / directory names from a
directory.
maybe theres a simple code already out there that does this ?
the application here is to monitor and keep track of thousands of
directories / files that are constantly being created and modified by
dozens people in a design team who dont necessarily communicate
outside their sub-teams
any help / pointing me to something or someone who can help is
appreciated
thanks,
-david
im a university of michigan aerospace engineering undergrad, so i have
only limited coding experience with c++
had a question regarding how to go about writing a piece of code that
will:
-go through a specified directory
-extract: -all filenames within that directory
-all directories and their files, recursively, etc, etc
-generate a list / directory map, so to speak, of all directories /
files within the specified directory
i can organize the code to do that, but im clueless as to what the
syntax would be to extract file names / directory names from a
directory.
maybe theres a simple code already out there that does this ?
the application here is to monitor and keep track of thousands of
directories / files that are constantly being created and modified by
dozens people in a design team who dont necessarily communicate
outside their sub-teams
any help / pointing me to something or someone who can help is
appreciated
thanks,
-david