Source position: amigados.pas line 1733
function Relabel( |
const drive: pCHAR; |
const newname: pCHAR |
):LongBool; |
const drive: string; |
const newname: pCHAR |
):Boolean; |
const drive: pCHAR; |
const newname: string |
):Boolean; |
const drive: string; |
const newname: string |
):Boolean; |