Source position: amigados.pas line 1685
function Format( |
const filesystem: PAnsiChar; |
const volumename: PAnsiChar; |
dostype: ULONG |
):LongBool; |
const filesystem: ShortString; |
const volumename: PAnsiChar; |
dostype: ULONG |
):Boolean; |
const filesystem: PAnsiChar; |
const volumename: ShortString; |
dostype: ULONG |
):Boolean; |
const filesystem: ShortString; |
const volumename: ShortString; |
dostype: ULONG |
):Boolean; |