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
Post a Comment