On GameSpot: Wii Fit tells 10-year-old she's fat
1 Resources for

path string

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Working with .NET files via the Path class
The .NET Path class, which allows you to work with file path values, uses string values to perform all of its operations. Learn how the class uses various properties and methods to perform operations. Developers often need to know certain aspects of a file such as the name,...
Tags: Microsoft .NET, Middleware, Tony Patton, .NET, Microsoft development tools, Programming languages, Path class, .NET Newsletter, Microsoft .NET Framework, Class, Listing B, Path, Path String, Code Snippet, Listing D, Microsoft Windows, Application Servers, C#, Operating Systems, Software Development, Software/Web Development, Software, Enterprise Software
Technical articles 2007-04-24

Additional Resources

How can I get the real path in OS?
How can I get the real path in JSP or Servlet?In JSP you can use sucn as request.getRealPath method.Thanks for your answer,but I couldn't find the method.You can invoke the method getRealPathString path which in the class javax.servlet.ServletContext.For example,you can code like this in your jsp:
Tags: Jason Dong, JSP, operating system, programming, real path, servlet
Q&A 2005-10-08
Split String in VB .net ?
Hi..I have the following string :-E:VB.NET PROJECTSERPbinI want to get the path :-E:VB.NET PROJECTSERPHow this is possible..How to remove "bin" from my string ?Pl. guide..Left$ or Mid$ should do it if its always going to beE:VB.NET PROJECTSERP at the startIf this could vary then look up INSTR which will give...
Tags: Microsoft development tools, Programming languages, HEMAL, Microsoft Visual Basic, InStr
Q&A 2005-04-26
Convert String for C++ (zip)
You should add quote at the start and end of a string line, replace quote inside the string with slash and quote, double slash, and add return and next line at the end of a string line. If you make some changes in the revised string, you have to iterate...
Tags: C++, C/C++, Programming Languages, Software Development, Software/Web Development
Software downloads 2006-09-06
DMI configuration
Hello, does anybody know how to readout the DMI configuration in DOS mode without starting Windows at all?Using DMI236.EXEUse the command line DMI236.EXE /g /n /s[m|p|v|s] string |/c[m|v|s|a] string| /b[m|p|v|s] to save or update the DMI information. The parameters to add information are listed below:/g Save Manufacturer, Product Name, Version,...
Tags: Network administration, richard.eisenhauer@..., Desktop Management Interface
Discussion threads 2007-05-07
Error 1026 Using SHFileOperation
I am using SHFileOperation to copy some files from an Install CD to the Target folder. The program works fine on W2K and XP, but under W98, I get a File System Error (1026).I know that this Function needs to have the Null characters added properly, & I have done...
Tags: Error 1026 Using SHFileOperation, Long Dim, icscomputersaz@..., programming, SHFileOperation, String, String Dim
Discussion threads 2005-01-26
Path Editor (msi)
Path Editor is a better solution to managing you environment path. You no longer need to suffer with the small edit box that Windows provides. Path Editor let you edit your path using drag-and-drop. Path Editor clean duplicate and missing directories in your path. This version is the first release...
Tags: Environment, Path, Path Editor, Microsoft Windows, Operating Systems, Software
Software downloads 2007-05-18
scope of getcurrentdirectory
My VB.net program reads in some constant data from a text file. I navigate to this file by setting a relative path, which I intended to wrok both on my pc, with my file structure, and in prod :Dim path As String = Directory.GetCurrentDirectoryDim...
Tags: LadyReader, programming, workstation
Q&A 2005-12-16
Split String
Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Please help...
Tags: bsmgopal1984@..., programming, String
Q&A 2006-07-30
Retrieving environment variables with VB.NET
Links don't workOnly the form opens, the links to the two lists do not appear to workCode listings are displaying againDear ajandco,I apologize that the code listings were not displaying for several days; they are showing up now.Thank you,Mary WeilageAnd for the rest of us, here's the same thing for...
Tags: ajandco@..., Environ, feedback, Microsoft Visual Basic.Net
Discussion threads 2006-10-08
need help regarding giving path
hican u help me how to give path ..i get an error acess to this path is denied..though i used server.map path..
Tags: madhan_jay@...
Discussion threads 2007-05-28
Replace and create a string in VB.NET
In this VB tip, we'll show you a quick and easy way to replace a string within a string by using the Replace method of a String object and create a string that consists of the repeated character. Have you ever needed to replace a portion of a...
Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, strFull, Visual Basic Tips Newsletter, Method, String, .Net, Development Tools, Software Development, Software/Web Development
Technical articles 2006-05-18
Torah String Finder (exe)
Torah String Finder is a free and convenient application for finding any appearance of Hebrew String and its correlated prefix and suffix text at the Torah (First 5 Books of the Bible). The Application allows searching and matching any desire string and intervals. Version 1.3 may include a virtual keyboard...
Tags: Virtual Keyboard, Torah SFR, Torah String Finder, Application, Keyboards, Hardware, Peripherals
Software downloads 2006-10-24
Autonumber the workbooks in folder
i have this macro added in excel, this macro prints the excel files one by one in a specified folder, thsi works finethe problem is that i need to add the increment number in all the workbooks( suppose i have 200 workbooks, i need to add 1, 2 , 3...
Tags: get2santosh@..., sFile, UBound, String Dim, workbook
Discussion threads 2007-07-28
Keyword String Generator (zip)
Keyword String Generator is a unique tool that generates keyword string combinations of notions out of list of relevant keywords. It is used mainly for Internet Marketing Campaigns, like Google Adwords, Microsoft Adcenter, and Yahoo.
Tags: Keyword, Keyword String Generator, Internet, Productivity, Marketing Research, Marketing
Software downloads 2006-09-22
autonumber the workbook header
i have this macro added in excel, this macro prints the excel files one by one in a specified folder this works finethe problem is that i need to add the increment number in all the workbook header( suppose i have 200 workbooks, i need to add 1, 2 ,...
Tags: get2santosh@..., sFile, UBound, String Dim
Discussion threads 2007-07-28
Convert Excel Date String to Date type
I have a date string with "Monday, February 02, 2007" format in a one cell column. This is a .csv file exported to a excel file for some reason the column was changed to a string type instead a date type. I need help in converting this date string to...
Tags: janania@...
Discussion threads 2007-02-02
scope of getcurrentdirectory
My VB.net program reads in some constant data from a text file. I navigate to this file by setting a relative path, which I intended to wrok both on my pc, with my file structure, and in prod :Dim path As String = Directory.GetCurrentDirectoryDim...
Tags: file path, LadyReader, programming
Q&A 2005-12-16
Educate yourself about .NET SQL Server connection string syntax
Error in listing B?Shouldn't the statement:conn.ConnectionString = "connection string"be rather:conn.ConnectionString = cStringI saw that too...Yes, it should be conn.ConnectionString = cStringI'd like to see a rundown of how to set the connection string for the CrystalReports object in VS2005, using a connection string entry in the web.config or app.config file.Thank...
Tags: .NET SQL Server, connection string, info@..., programming, Microsoft .NET, server
Discussion threads 2006-06-21
Can someone help me in my c++ activity about strings
This is my basic c++ lesson and i am not good in programming. I am more on designing... Can someone make me a code in this following basic c++ programs? Thanks i'll w8 ur answers c")Problem 6. Write a function reverse(str1,str2) which copies str1 into str2 backwards. Here str1 is...
Tags: alucardsol23@..., C++, programming
Q&A 2006-03-16
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic Power Checklist: Securing Windows XP
If you have just finished installing Windows XP and you think the work is done, you're wrong. Some of the most important steps to getting Windows XP u ...
Buy Now
Network Administration in Windows Server 2003
While the role of a Windows network administrator would never be considered easy, you can lighten your load by knowing the ins and outs of Microsoft's ...
Buy Now