473,394 Members | 1,887 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Need Help creating folders using user's inputs

Hi, I'm a very amateur programmer, needs lotsa help here.

This is the basic structure of what my folders will be like

------------------------My Documents------------------------------
I I I I
Apple Orange Banana Lemon
I I I I
Numeral Numeral Numeral Numeral

How do I create a UserForm so that I will create folders based on the numeral input by the user?
Jul 7 '06 #1
2 1506
sashi
1,754 Expert 1GB
Hi there,

i would suggest you using FSO (File System Objects) when it comes to dealing with directory and files.. good luck my fren.. :) do a little research on the usage of FSO..
Jul 7 '06 #2
Ali Rizwan
925 512MB
Hi, I'm a very amateur programmer, needs lotsa help here.

This is the basic structure of what my folders will be like

------------------------My Documents------------------------------
I I I I
Apple Orange Banana Lemon
I I I I
Numeral Numeral Numeral Numeral

How do I create a UserForm so that I will create folders based on the numeral input by the user?
Hello buddy
There is a simple programe use it for creating folders and files


First add a refrence from Project>Refrences>Microsoft scripting runtime
Now do this thing

dim fso as new filesystemobject

private sub ()

fso.createfolder("Destination" + text1.text) (your folder name in text1)

end sub
Aug 17 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: TJK | last post by:
I'm trying to create a Folder using Visual C++ in the Visual Studio ..NET environment. So far I haven't found a successful of doing this. The folder is to be created using a name given by the...
1
by: Richard Johansson | last post by:
Hi, I want to create an option for creating shortcuts to my application on the users desktop and Start menu in the setup. In my deployment project i have created the necessary checkboxes, and...
6
by: Eran Kampf | last post by:
I am trying to dynamically create directories in my ASP.NET application (I am using Server.MapPath("/")+"test" as the folder) and I am getting a DirectoryNotFoundException saying "Could not find a...
2
by: DJG | last post by:
I need some help with a TreeView control in VB.Net I've got a datatable with about 8000 rows. 500 are 'folders', and the other 7500 rows are 'jobs'. It's a logical representation of some data,...
2
by: barnes8.0 | last post by:
Hi, im kind of new to c++ so please be nice. Im sure this is simple but I want to make my program create a folder based on what the user inputs. For example, it asks the user to input a name, and...
2
by: manmit.walia | last post by:
Hello Fellow Developers, I am very new to SQL and ASP.net and in the learning process. I have to do a small web application that handles documents stored on a sql database. The requirements of the...
13
by: David | last post by:
Hi all, I have a singleton ienumerable that collects data from a database. I have listed the code below. It has the usual methods of current, move and reset. I need to go to a certain position...
1
by: suhdominic | last post by:
#include <iostream> #include <fstream> using namespace std; int main() { cout << fixed << showpoint; float a0,a1,a2,a3,a4,a5,a6,a7,a8; // Nine constant values in the polynomial
0
by: Ronnie1987 | last post by:
Hi, I am currently using FolderBrowserDialog class to access folders across the network. My problem is that when i click a folder, the Windows Authentication dialog does not appear and sub-folders...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.