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)
70
70
@return Full path to required directory.
71
71
}
72
72
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.
74
77
@param NewDir [in] New directory.
75
78
}
76
79
class function AppExeFilePath : string;
@@ -156,7 +159,10 @@ class function TAppInfo.AppExeFilePath: string;
156
159
end ;
157
160
158
161
class 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.
160
166
@param NewDir [in] New directory.
161
167
}
162
168
{ $IFNDEF PORTABLE}
You can’t perform that action at this time.
0 commit comments