awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesDirectory Creation

Operations for creating new folders and their missing parent hierarchies on the filesystem.

Distinguishing note: Standard filesystem directory creation, distinct from algorithmic pathfinding or AI generation.

Explore 3 awesome GitHub repositories matching data & databases · Directory Creation. Refine with filters or upvote what's useful.

Awesome Directory Creation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • johanneslumpe/react-native-fsالصورة الرمزية لـ johanneslumpe

    johanneslumpe/react-native-fs

    5,042عرض على GitHub↗

    هذا المشروع عبارة عن واجهة برمجة تطبيقات لنظام ملفات الهاتف المحمول متعدد المنصات توفر جسراً أصلياً لقراءة وكتابة وتنظيم الملفات والأدلة على أجهزة iOS وAndroid. يعمل كمغلف للوحدات الأصلية يربط استدعاءات JavaScript بعمليات نظام ملفات Java وObjective-C الأصلية باستخدام الوعود (Promises) غير المتزامنة. تتضمن المكتبة مجموعة أدوات مخصصة لنقل الملفات عن بُعد، مما يتيح تنزيل الملفات من عناوين URL ورفع المحتوى المحلي إلى الخوادم البعيدة مع تتبع التقدم في الوقت الفعلي. كما توفر واجهة تخزين جهاز أصلية للوصول إلى أصول التطبيق المجمعة وحساب تجزئات الملفات. يغطي سطح القدرات إدارة الملفات العامة، بما في ذلك القدرة على إنشاء ونقل ونسخ وحذف الملفات أو تسلسلات الأدلة. يدعم مراقبة التخزين لاستخدام القرص واسترداد البيانات الوصفية، بالإضافة إلى معالجة الوسائط لاستخراج الصور ومقاطع الفيديو من معرض الجهاز.

    Makes a new folder at a specified path and generates any missing parent folders.

    C++
    عرض على GitHub↗5,042
  • amber-lang/amberالصورة الرمزية لـ amber-lang

    amber-lang/amber

    4,731عرض على GitHub↗

    Amber is a transpiler that translates high-level source code into executable shell scripts for Bash, Zsh, and Ksh. It provides a type-safe environment for shell script generation, allowing for static type validation and the creation of standalone executable scripts. The project distinguishes itself through a compilation process that includes tree-shaking import optimization to reduce output size and template-based script wrapping for custom headers and footers. It utilizes a module-based dependency resolution system with visibility controls to manage code reuse across multiple files. The lan

    Creates new directories and any necessary parent directories.

    Rustbashbash-scriptingcompilers
    عرض على GitHub↗4,731
  • symfony/filesystemالصورة الرمزية لـ symfony

    symfony/filesystem

    4,646عرض على GitHub↗

    This is a PHP filesystem utility library that provides tools for manipulating files, directories, and symbolic links. It serves as a specialized set of tools for atomic writing, path normalization, recursive directory management, and cross-platform file manipulation. The project features a dedicated atomic file writer that saves content to temporary locations before moving them to a final destination to prevent data corruption. It includes a recursive directory manager for creating, deleting, and modifying permissions for nested folder structures and their contents, as well as a path normaliz

    Provides functionality to create nested directory structures and their missing parent hierarchies recursively.

    PHPcomponentphpsymfony
    عرض على GitHub↗4,646
  1. Home
  2. Data & Databases
  3. Directory Creation

استكشف الوسوم الفرعية

  • PoliciesRules governing the automatic creation of directory hierarchies during write operations. **Distinct from Directory Creation:** Distinct from basic directory creation: focuses on the policy-driven configuration of parent directory creation.