2024-11-26 14:28:46 +08:00
|
|
|
// @ts-check
|
|
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
|
2024-11-26 19:40:57 +08:00
|
|
|
export function ProcessFiles(arg1, arg2) {
|
|
|
|
return window['go']['main']['App']['ProcessFiles'](arg1, arg2);
|
|
|
|
}
|
|
|
|
|
|
|
|
export function SelectFiles() {
|
|
|
|
return window['go']['main']['App']['SelectFiles']();
|
|
|
|
}
|
|
|
|
|
|
|
|
export function SelectFolder() {
|
|
|
|
return window['go']['main']['App']['SelectFolder']();
|
2024-11-26 14:28:46 +08:00
|
|
|
}
|