Click here to Skip to main content
15,896,557 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Install time JIT tutorial Pin
SE_GEEK27-Apr-07 4:46
SE_GEEK27-Apr-07 4:46 
QuestionTransparency in Txxtbox Pin
sianatia25-Apr-07 2:48
sianatia25-Apr-07 2:48 
AnswerRe: Transparency in Txxtbox Pin
Dave Kreskowiak25-Apr-07 4:41
mveDave Kreskowiak25-Apr-07 4:41 
GeneralRe: Transparency in Txxtbox Pin
sianatia27-Apr-07 19:20
sianatia27-Apr-07 19:20 
GeneralRe: Transparency in Txxtbox Pin
Dave Kreskowiak28-Apr-07 7:37
mveDave Kreskowiak28-Apr-07 7:37 
AnswerRe: Transparency in Txxtbox Pin
PIEBALDconsult26-Apr-07 12:20
mvePIEBALDconsult26-Apr-07 12:20 
GeneralRe: Transparency in Txxtbox Pin
sianatia27-Apr-07 19:13
sianatia27-Apr-07 19:13 
GeneralPath class in .NET Pin
Jaiprakash M Bankolli24-Apr-07 23:08
Jaiprakash M Bankolli24-Apr-07 23:08 
Recently I was read an article and got to know about Path class. Many could be know it but wanted to share with other who don't know.

PATH Class allows to get file path related information in string format. This is in System.IO namespace.

Some of the methods in this class are as given below:
* ChangeExtension: Allows you to change the file extension of a path string.
* Combines: Allows you to combine two path strings into one.
* GetDirectoryName: Returns the directory information included in a path string.
* GetExtension: Returns the extension included in a path string.
* GetFileName: Returns the file name and extension of a path string.
* GetFileNameWithoutExtension: Returns the file name without the extension for a path string.
* GetFullPath: Returns the absolute path for a path string.
* GetInvalidFileNameChars: Returns a character array containing the characters not allowed in file names.
* GetPathRoot: Returns the root directory information for a path string.
* GetRandomFileName: Returns a random file or folder name.
* GetTempFileName: A uniquely named, zero-byte temporary file is created with the full path returned.
* GetTempPath: The path to the system's temporary directory is returned.
* HasExtension: Determines if a path string contains an extension (true) or not (false).
* IsPathRooted: Gets a value indicating whether the specified path string contains absolute or relative path information.


Hope you find it useful

Regards,
Jaiprakash M Bankolli
jaiprakash.bankolli@gmail.com
http://jaiprakash.blog.com/

GeneralRe: Path class in .NET Pin
Dave Kreskowiak25-Apr-07 4:38
mveDave Kreskowiak25-Apr-07 4:38 
GeneralRe: Path class in .NET Pin
Jaiprakash M Bankolli25-Apr-07 17:49
Jaiprakash M Bankolli25-Apr-07 17:49 
GeneralRe: Path class in .NET Pin
Colin Angus Mackay25-Apr-07 21:28
Colin Angus Mackay25-Apr-07 21:28 
GeneralRe: Path class in .NET Pin
Jaiprakash M Bankolli25-Apr-07 21:47
Jaiprakash M Bankolli25-Apr-07 21:47 
GeneralRe: Path class in .NET Pin
Pete O'Hanlon25-Apr-07 22:21
mvePete O'Hanlon25-Apr-07 22:21 
GeneralRe: Path class in .NET Pin
Jaiprakash M Bankolli25-Apr-07 22:29
Jaiprakash M Bankolli25-Apr-07 22:29 
GeneralRe: Path class in .NET Pin
Pete O'Hanlon25-Apr-07 22:35
mvePete O'Hanlon25-Apr-07 22:35 
GeneralRe: Path class in .NET Pin
Jaiprakash M Bankolli25-Apr-07 22:39
Jaiprakash M Bankolli25-Apr-07 22:39 
GeneralRe: Path class in .NET Pin
Pete O'Hanlon25-Apr-07 22:48
mvePete O'Hanlon25-Apr-07 22:48 
GeneralRe: Path class in .NET [modified] Pin
Jaiprakash M Bankolli25-Apr-07 23:00
Jaiprakash M Bankolli25-Apr-07 23:00 
GeneralRe: Path class in .NET Pin
Dave Kreskowiak26-Apr-07 6:53
mveDave Kreskowiak26-Apr-07 6:53 
GeneralRe: Path class in .NET Pin
PlayByTheRules25-Apr-07 22:33
PlayByTheRules25-Apr-07 22:33 
GeneralRe: Path class in .NET Pin
Jaiprakash M Bankolli25-Apr-07 22:36
Jaiprakash M Bankolli25-Apr-07 22:36 
GeneralRe: Path class in .NET Pin
Andy *M*25-Apr-07 22:49
Andy *M*25-Apr-07 22:49 
GeneralRe: Path class in .NET Pin
Jaiprakash M Bankolli25-Apr-07 22:58
Jaiprakash M Bankolli25-Apr-07 22:58 
GeneralRe: Path class in .NET Pin
Andy *M*25-Apr-07 23:02
Andy *M*25-Apr-07 23:02 
GeneralRe: Path class in .NET Pin
Jaiprakash M Bankolli25-Apr-07 23:09
Jaiprakash M Bankolli25-Apr-07 23:09 

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.