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