Re: Temp Folder
- From: TARUN <tarun.sinha@xxxxxxxxx>
- Date: Wed, 03 Oct 2007 04:28:10 -0700
On Oct 3, 4:17 pm, "Jon Skeet [C# MVP]" <sk...@xxxxxxxxx> wrote:
On Oct 3, 12:12 pm, TARUN <tarun.si...@xxxxxxxxx> wrote:
I am facnig aproblem regarding the Temp Folder
I am using C#.Net
I use a Method
string temp = System.IO.Path.GetTempPath();
This will return the
C;\Document and Setting\John\Local Settings\Temp
but if i am running the same code in remote system then this will
return C:\Tmp
Why So, Please help me ... give the suggestionm for this
Perhaps the remote system has a temporary folder of c:\Tmp instead?
Why is this an issue?
Jon
Thank's for reply
So, is there any way to change the temp folder location....
Please tell me where we have to set the temp folder path ...
.
- Follow-Ups:
- Re: Temp Folder
- From: Ignacio Machin \( .NET/ C# MVP \)
- Re: Temp Folder
- From: Chris Shepherd
- Re: Temp Folder
- References:
- Temp Folder
- From: TARUN
- Re: Temp Folder
- From: Jon Skeet [C# MVP]
- Temp Folder
- Prev by Date: Re: calling n methods
- Next by Date: Re: Military Time conversion
- Previous by thread: Re: Temp Folder
- Next by thread: Re: Temp Folder
- Index(es):
Relevant Pages
|