Click here to Skip to main content
16,005,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCreate folder with current date Pin
jds120717-Oct-06 5:15
jds120717-Oct-06 5:15 
AnswerRe: Create folder with current date Pin
UltraCoder17-Oct-06 8:12
UltraCoder17-Oct-06 8:12 
AnswerRe: Create folder with current date Pin
Dave Kreskowiak17-Oct-06 9:59
mveDave Kreskowiak17-Oct-06 9:59 
GeneralRe: Create folder with current date Pin
jds120717-Oct-06 11:01
jds120717-Oct-06 11:01 
GeneralRe: Create folder with current date [modified] Pin
UltraCoder17-Oct-06 15:26
UltraCoder17-Oct-06 15:26 
GeneralRe: Create folder with current date Pin
Dave Kreskowiak17-Oct-06 17:43
mveDave Kreskowiak17-Oct-06 17:43 
GeneralRe: Create folder with current date Pin
UltraCoder17-Oct-06 20:40
UltraCoder17-Oct-06 20:40 
GeneralRe: Create folder with current date Pin
Dave Kreskowiak18-Oct-06 1:38
mveDave Kreskowiak18-Oct-06 1:38 
Yes, it is documented, you just have to read it first. It's in the documentation for DOS, Windows, Visual Studio, and the .NET Framework. It's also found by a examination of fully qualified filepaths too. How about launching a program with a path like this:
C:\WINDOWS\NOTEPAD.EXE /P MYFILE.TXT

You'll note the colon seperates the drive letter from the rest of the path. The backslash seperates folder and file names. And the forward slash is reserved for specifying command line parameters.

Under the .NET Framework 1.x, the invalid characters are returned by Path.InvalidPathChars[^]. Under 2.0, that functionality has been split between two methods: Path.GetInvalidFileNameChars[^] and GetInvalidPathChars[^].




Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Create folder with current date Pin
Dave Kreskowiak17-Oct-06 17:45
mveDave Kreskowiak17-Oct-06 17:45 
QuestionPls help,Deadline around - Print preview problem(can't preview on second preview page) Pin
nightkid888517-Oct-06 4:48
nightkid888517-Oct-06 4:48 
QuestionPlz help me.. Pin
dotnethunk17-Oct-06 4:14
dotnethunk17-Oct-06 4:14 
AnswerRe: Plz help me.. Pin
Christian Graus17-Oct-06 7:10
protectorChristian Graus17-Oct-06 7:10 
QuestionHow to make this kind of menus Pin
winmedia17-Oct-06 2:55
winmedia17-Oct-06 2:55 
AnswerRe: How to make this kind of menus Pin
MCAST7617-Oct-06 5:01
MCAST7617-Oct-06 5:01 
GeneralRe: How to make this kind of menus Pin
winmedia17-Oct-06 23:45
winmedia17-Oct-06 23:45 
QuestionHow to find asp controls on page at client side(run time)? Pin
JayPrakash Kulkarni17-Oct-06 2:36
JayPrakash Kulkarni17-Oct-06 2:36 
AnswerMessage Removed Pin
17-Oct-06 2:51
Costica U17-Oct-06 2:51 
GeneralRe: How to find asp controls on page at client side(run time)? [modified] Pin
JayPrakash Kulkarni17-Oct-06 19:53
JayPrakash Kulkarni17-Oct-06 19:53 
GeneralMessage Removed Pin
18-Oct-06 2:32
Costica U18-Oct-06 2:32 
GeneralRe: How to find asp controls on page at client side(run time)? Pin
JayPrakash Kulkarni18-Oct-06 19:27
JayPrakash Kulkarni18-Oct-06 19:27 
QuestionTCP/IP Question Pin
Bradml17-Oct-06 1:40
Bradml17-Oct-06 1:40 
AnswerRe: TCP/IP Question Pin
Dave Kreskowiak17-Oct-06 9:51
mveDave Kreskowiak17-Oct-06 9:51 
QuestionCatching URL in IE [modified] Pin
quinton.nel17-Oct-06 1:06
quinton.nel17-Oct-06 1:06 
AnswerRe: Catching URL in IE Pin
Dave Kreskowiak17-Oct-06 4:59
mveDave Kreskowiak17-Oct-06 4:59 
Questionvb.net macro (vbscript) Pin
gspowar17-Oct-06 0:15
gspowar17-Oct-06 0:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.