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);
}
Start a discussion about improving the ExtendScript page
Talk pages are where people discuss how to make content on Wikipedia the best that it can be. You can use this page to start a discussion with others about how to improve the "ExtendScript" page.