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

razor - Is this a bug in WebMatrix PageData? -

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

c# - Cloning WPF controls and object hierarchies -