3 مستودعات
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.
هذا المشروع عبارة عن واجهة برمجة تطبيقات لنظام ملفات الهاتف المحمول متعدد المنصات توفر جسراً أصلياً لقراءة وكتابة وتنظيم الملفات والأدلة على أجهزة iOS وAndroid. يعمل كمغلف للوحدات الأصلية يربط استدعاءات JavaScript بعمليات نظام ملفات Java وObjective-C الأصلية باستخدام الوعود (Promises) غير المتزامنة. تتضمن المكتبة مجموعة أدوات مخصصة لنقل الملفات عن بُعد، مما يتيح تنزيل الملفات من عناوين URL ورفع المحتوى المحلي إلى الخوادم البعيدة مع تتبع التقدم في الوقت الفعلي. كما توفر واجهة تخزين جهاز أصلية للوصول إلى أصول التطبيق المجمعة وحساب تجزئات الملفات. يغطي سطح القدرات إدارة الملفات العامة، بما في ذلك القدرة على إنشاء ونقل ونسخ وحذف الملفات أو تسلسلات الأدلة. يدعم مراقبة التخزين لاستخدام القرص واسترداد البيانات الوصفية، بالإضافة إلى معالجة الوسائط لاستخراج الصور ومقاطع الفيديو من معرض الجهاز.
Makes a new folder at a specified path and generates any missing parent folders.
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.
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.