c# 4.0 - Lifetime of a temporary file in ASP.NET -


i created file in asp.net temporary folder. how long file available in temporary dir?

the file deemed temporary through 'tmp' extension , and it's placement in temporary folder user. such files not deleted os.

see: https://msdn.microsoft.com/en-us/library/system.io.path.gettempfilename(v=vs.110).aspx


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -