File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,10 @@ TAppInfo = class(TNoConstructObject)
7070 @return Full path to required directory.
7171 }
7272 class procedure ChangeUserDataDir (const NewDir: string);
73- { Changes directory where CodeSnip stores the user's "database" files.
73+ { Changes directory where CodeSnip stores the user's "database" files and
74+ records it in the user config file.
75+ Does nothing on portable edition since it does not permit the user
76+ database to be moved.
7477 @param NewDir [in] New directory.
7578 }
7679 class function AppExeFilePath : string;
@@ -156,7 +159,10 @@ class function TAppInfo.AppExeFilePath: string;
156159end ;
157160
158161class procedure TAppInfo.ChangeUserDataDir (const NewDir: string);
159- { Changes directory where CodeSnip stores the user's "database" files.
162+ { Changes directory where CodeSnip stores the user's "database" files and
163+ records it in the user config file.
164+ Does nothing on portable edition since it does not permit the user database
165+ to be moved.
160166 @param NewDir [in] New directory.
161167 }
162168{ $IFNDEF PORTABLE}
You can’t perform that action at this time.
0 commit comments