المشاركة الأصلية بواسطة المـهاجر
مشاهدة المشاركة

if NameSelect~=nil then
result = Dialog.FileBrowse(false, "Locate File", _DesktopFolder, "All Files (*.*)|*.*|", String.SplitPath(NameSelect).Filename, "mp3", false, false);
if result[1]~="CANCEL" then
File.Copy(_SourceFolder.."\\AutoPlay\\Audio\\"..NameSelect, result[1], true, true, false, true, nil);
end
else
Dialog.Message("تنبيـــــــه", "إختـــــر سورة أولا", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
if NameSelect~=nil then
result = Dialog.FileBrowse(false, "Locate File", _DesktopFolder, "All Files (*.*)|*.*|", String.SplitPath(NameSelect).Filename, "mp3", false, false);
if result[1]~="CANCEL" then
File.Copy(_SourceFolder.."\\AutoPlay\\Audio\\"..NameSelect, result[1], true, true, false, true, nil);
end
else
Dialog.Message("تنبيـــــــه", "إختـــــر سورة أولا", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
end
تعليق