|
Provider = Microsoft.SQLSERVER.MOBILE.OLEDB.3.0 ; Data Source = " + (System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) + "\\MyData.sdf
|
|
The members of System.IO.Path are listed below. See Also: Inherited members from System.Object [ ...
|
|
20/06/2007 11:38:49: Link | Reply | Edit | Quote: Michael: Location: | Joined: 28/02/2007 | Posts: 11 | Offline I have a fileupload control and ...
|
|
System.IO.Path. Its there, so use it! It seems to me that one of the most underused, but very useful classes is the System.IO.Path class. It has a bunch of static methods which are ...
|
|
Base Types Object Path. Assembly mscorlib Library BCL Summary Performs operations on String instances that contain file or directory path information.
|
|
Performs operations on String instances that contain file or directory path information. These operations are performed in a cross-platform manner.
|
|
Performs operations on String instances that contain file or directory path information. These operations are performed in a cross-platform manner.
|
|
Many, many times in my programming life I have seen people causing themselves all sorts of problems as the try and concatenate paths for file and directories. They’re always ...
|