Talk:ExtendScript
Appearance
![]() | This article is rated Stub-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||||||||||||||||
|
- target photoshop
// محاولة إعادة تعيين التفضيلات try {
var prefsFile = new File(Folder.userData + "/Adobe/Adobe Photoshop [الإصدار]/Adobe Photoshop Preferences"); if (prefsFile.exists) { prefsFile.remove(); alert("تم حذف التفضيلات. يرجى إعادة تشغيل الفوتوشوب."); } else { alert("لم يتم العثور على التفضيلات."); }
} catch (e) {
alert("حدث خطأ أثناء تنفيذ السكربت: " + e.message);
}