Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ExternalFilePath.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 46 |
function LogFolder : PChar; stdcall; |
function LogFolder : PChar; stdcall; |
| 47 |
begin |
begin |
| 48 |
|
|
| 49 |
Result := CreateResultString( GikoSys.GetAppDir + 'Log\' ); |
Result := CreateResultString( IncludeTrailingPathDelimiter( GikoSys.Setting.LogFolder ) ); |
| 50 |
|
|
| 51 |
end; |
end; |
| 52 |
|
|
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
|