Jump to content

Access to the file path

- - - - -

  • Please log in to reply
3 replies to this topic

#1
areej

areej

    Newbie

  • Members
  • Pip
  • 5 posts
Hi

I am create a folder in C ... inside this folder contains several folders ... Within each folder has a set of files

My question is:

How can I get all the file paths in all folders??

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Get file list in folder
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
areej

areej

    Newbie

  • Members
  • Pip
  • 5 posts
Thanks :o
I want to record whenever the user logged on the site
The site in view of its folders and files and submit them to the server every 3 days

I'm sorry but the fact that I need help :sad:

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
That is something I would do with a database, not with files in a folder. Alternatively, you could have a single log file that you use to log when a user logs in or a user's session expires.

I'm really not clear on why you would want to manipulate a bunch of files based on user activity.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users