Shrinavat 16 Posted December 25, 2023 I recently installed RAD Studio 12 Pro with Delphi. Now a ProjectName.dsv file is being created in the project folder. What is this, and how can I disable the creation of this file? Here's what its contents look like for example: [ClosedView_RDpcRGVscGhpX3Byb2plY3RzXENhbGxDZW50ZXJcQ2FsbENlbnRlci5kcHI=] Module=D:\Delphi_projects\CallCenter\CallCenter.dpr CursorX=1 CursorY=18 TopLine=1 LeftCol=1 Elisions= Bookmarks= EditViewName=D:\Delphi_projects\CallCenter\CallCenter.dpr [ClosedView_RDpcRGVscGhpX3Byb2plY3RzXENhbGxDZW50ZXJcX3VuaXRzXGZyYW1lc1xmclJlcG9ydF9UcmFu c2ZlcnJlZFRvQW5vdGhlckRlcGFydG1lbnQucGFz] Module=D:\Delphi_projects\CallCenter\_units\frames\frReport_TransferredToAnotherDepartment.pas CursorX=1 CursorY=1 TopLine=1 LeftCol=1 Elisions= Bookmarks= EditViewName= [ClosedView_RDpcRGVscGhpX3Byb2plY3RzXENhbGxDZW50ZXJcX3VuaXRzXGZvcm1zXGZybVJlZmVyZW5jZS5w YXM=] ... Share this post Link to post
Lajos Juhász 293 Posted December 25, 2023 In my opinion It's not a standard Delphi file, you've installed something that creates them. I am using VCL and tried to create an empty fmx file none has produced a file with a dsv extension. Share this post Link to post
gkobler 38 Posted December 25, 2023 have the same files, i look like there where store some information of the open files Share this post Link to post
Uwe Raabe 2057 Posted December 25, 2023 The docs explains it: Quote File used to save the current state of views before closing a project when the Save editor views state when closing tabs is enabled on Tools > Options > IDE > Saving and Recovering. 3 2 Share this post Link to post
Brian Evans 105 Posted December 25, 2023 (edited) The source of the docs quoted by Uwe: File Extensions of Files Generated by RAD Studio - RAD Studio (embarcadero.com). This topic comes up in a search of the Athens online help for dsv but not in the help for previous versions. Edited December 25, 2023 by Brian Evans 2 Share this post Link to post
gkobler 38 Posted December 25, 2023 8 minutes ago, Brian Evans said: This topic comes up in a search of the Athens online help for dsv but not in the help for previous versions. This options are new in D12 Share this post Link to post
Tommi Prami 130 Posted July 12 (edited) On 12/25/2023 at 4:27 PM, Uwe Raabe said: The docs explains it: That link talks about the .dsK file not the .dsV, but seems to be used in same functionality tough. Edited July 12 by Tommi Prami Share this post Link to post
Uwe Raabe 2057 Posted July 12 1 hour ago, Tommi Prami said: That link talks about the .dsK file not the .dsV, but seems to be used in same functionality tough. Actually it contains both: Share this post Link to post
Tommi Prami 130 Posted July 12 3 hours ago, Uwe Raabe said: Actually it contains both: Was talkin about the original link : https://docwiki.embarcadero.com/RADStudio/Athens/en/Saving_and_Recovering#Autosave -Tee- Share this post Link to post