Which is the namespace which can be used to get the user, files and directory details

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sijugeo
    New Member
    • Jul 2007
    • 42

    Which is the namespace which can be used to get the user, files and directory details

    Which is the namespace which can be used to get the user files and directory details.



    Regards,
    Siju George
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    MSDN is where you should be looking for this.
    Although System.IO should be rather intuitive if you had looked.

    Comment

    • sijugeo
      New Member
      • Jul 2007
      • 42

      #3
      i think,for files and directory SYSTEM.IO is correct.
      But I want namespace for Userfiles and directory

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        What do you mean userfiles and directory?
        The %USERPROFILE% environment variable will give you the directory location of the current (running as) user.

        Comment

        Working...