Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. directory delete

directory delete

Scheduled Pinned Locked Moved ASP.NET
comsysadminhelp
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member_3259094
    wrote on last edited by
    #1

    hello every buddy i am creating and deleting folder in my site. but my problem is that when ever i delete folder then it work only in Mozilla Firefox not in IE. and 2nt problem is that after deleting folder it logout me like i build the project. my code for delete folder is below- string folderpath = HttpContext.Current.Server.MapPath("folder path"); System.IO.DirectoryInfo di = new System.IO.DirectoryInfo(folderpath); if (di.Exists) { di.Delete(true); }

    Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected

    M 1 Reply Last reply
    0
    • M Member_3259094

      hello every buddy i am creating and deleting folder in my site. but my problem is that when ever i delete folder then it work only in Mozilla Firefox not in IE. and 2nt problem is that after deleting folder it logout me like i build the project. my code for delete folder is below- string folderpath = HttpContext.Current.Server.MapPath("folder path"); System.IO.DirectoryInfo di = new System.IO.DirectoryInfo(folderpath); if (di.Exists) { di.Delete(true); }

      Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected

      M Offline
      M Offline
      MHASSANF
      wrote on last edited by
      #2

      did you mean folder delete only at the Mozila ?????????? :omg:

      M 1 Reply Last reply
      0
      • M MHASSANF

        did you mean folder delete only at the Mozila ?????????? :omg:

        M Offline
        M Offline
        Member_3259094
        wrote on last edited by
        #3

        yes

        Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected

        M 1 Reply Last reply
        0
        • M Member_3259094

          yes

          Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected

          M Offline
          M Offline
          MHASSANF
          wrote on last edited by
          #4

          so so intersting because i think it is server side code and not depend on the browser

          M 1 Reply Last reply
          0
          • M MHASSANF

            so so intersting because i think it is server side code and not depend on the browser

            M Offline
            M Offline
            Member_3259094
            wrote on last edited by
            #5

            i am also surprise.

            Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected

            V 1 Reply Last reply
            0
            • M Member_3259094

              i am also surprise.

              Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected

              V Offline
              V Offline
              Vasudevan Deepak Kumar
              wrote on last edited by
              #6

              The submitted data should also be examined if there is a faulty escaped (encoding).

              Vasudevan Deepak Kumar Personal Homepage
              Tech Gossips
              A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups