تحياتى للجميع , اعمل على مشروع react native expo قمت بااستخدام مكتبة FileSystem

قمت بكتابة هذا الكود

  const gifDir = FileSystem.cacheDirectory + 'newfolderrd/';

const backupdb = async()=>{

   

    const dirInfo = await FileSystem.getInfoAsync(gifDir);

  if (!dirInfo.exists) {

    console.log("this ok newolder");

    await FileSystem.makeDirectoryAsync(gifDir, { intermediates: true });

  }

  console.log(dirInfo)

}

الكود يعمل معى بدون اى مشاكل ويعطينى هذه الرسالة

 {"exists": true, "isDirectory": true, "modificationTime": 1696844609, "size": 0, "uri": "file:///data/user/0/host.exp.exponent/cache/ExperienceData/%2540ahmedpahr123%252Fdartre/newfolderrd"}

المشكلة هنا انى عندما اذهب الى مسار انشاء الملف لااجد شئ