Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/DefaultFileManager.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 79 |
if ( FileExists(fromPath) ) then begin |
if ( FileExists(fromPath) ) then begin |
| 80 |
// 配置先にあったら何もしない |
// 配置先にあったら何もしない |
| 81 |
if (not FileExists(toPath)) then begin |
if (not FileExists(toPath)) then begin |
| 82 |
|
// 配置先のフォルダを生成する |
| 83 |
|
GikoSys.ForceDirectoriesEx(toPath); |
| 84 |
Windows.CopyFile( PChar(fromPath), PChar(toPath), False); |
Windows.CopyFile( PChar(fromPath), PChar(toPath), False); |
| 85 |
end; |
end; |
| 86 |
end; |
end; |
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
|