Need Programming code for creating Directory

Discussion in 'Programming' started by Ardra, Jan 4, 2011.

  1. #1
    Hi all,

    Can i get programing code or tips for making directory/ Folder using Java and C#
     
    Ardra, Jan 4, 2011 IP
  2. Cozmic

    Cozmic Member

    Messages:
    146
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    48
    #2
    Cozmic, Jan 4, 2011 IP
  3. Ardra

    Ardra Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I've got java code but need tips and code for C#.
     
    Ardra, Jan 5, 2011 IP
  4. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #4
    At its most basic C# would be:

    System.IO.Directory.CreateDirectory("C:\MyDirectory")
     
    AstarothSolutions, Jan 5, 2011 IP
  5. Ardra

    Ardra Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    How can i publish C# project ? Please,give me tips or solution.
     
    Ardra, Jan 5, 2011 IP
  6. Ardra

    Ardra Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks,AstarothSolutions for your code.
     
    Ardra, Jan 5, 2011 IP
  7. andrewilson

    andrewilson Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    thanks for help
     
    andrewilson, Jan 7, 2011 IP