c# - Where to put temporary, non-admin files? -


i have csharp application , downloading temporary file, need program run in non-administrator mode , can write c drive if have administrator mode on.

what directory open writing programs no administrator privellages?

did try path.gettemppath()?


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -