Register
Hello There, Guest!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[CMD] HOW TO CREATE LOTS OF FOLDERS QUICKLY!
#6
(01-23-2018, 06:57 PM)Trinity Wrote:
Code:
for(int i = 0; i < x; i++) // Loop x times
   File.CreateText(
       AppDomain.CurrentDomain.BaseDirectory + String.Format("{0}.txt", i), // Where to place the file and under what name
       "Hi"); // The text to place into the file


Wink

Nice Coding Keep It Up!
Lifetime supporter & Lifetime member for:  

Special Thanks to, @Sora & @retslac

[Image: agmalogo_a.png]
Reply


Messages In This Thread
RE: [CMD] HOW TO CREATE LOTS OF FOLDERS QUICKLY! - Owl - 04-11-2018, 01:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)