الفرق بين المراجعتين لصفحة: «Ruby/Dir/exists»
لا ملخص تعديل |
جميل-بيلوني (نقاش | مساهمات) ط مراجعة وتدقيق |
||
سطر 1: | سطر 1: | ||
<noinclude>{{DISPLAYTITLE: التابع <code>exists? | <noinclude>{{DISPLAYTITLE: التابع <code>Dir.exists?</code> في روبي}}</noinclude> | ||
[[تصنيف: Ruby]] | [[تصنيف: Ruby]] | ||
[[تصنيف: Ruby Method]] | [[تصنيف: Ruby Method]] | ||
[[تصنيف: Ruby Dir]] | [[تصنيف: Ruby Dir]] | ||
أصبح التابع <code>?exists</code> l مهملًا، لذا لا تستخدمه بعد الآن. استعمل التابع <code>[[Ruby/Dir/exist|?exist]]</code> عوضًا عنه. | |||
==انظر أيضًا== | |||
== | *التابع <code>[[Ruby/Dir/exist|?exist]]</code>: يتحقق فيما إذا كان الملف المعطى مجلدًا. | ||
* التابع <code>[[Ruby/Dir/exist|?exist]]</code> | ==مصادر== | ||
*[http://ruby-doc.org/core-2.5.1/Dir.html#method-c-exists-3F قسم التابع ?exists في الصنف Dir في توثيق روبي الرسمي.] | |||
== مصادر == | |||
* [http://ruby-doc.org/core-2.5.1/Dir.html#method-c-exists-3F قسم |