Support the ongoing development of Laravel.io →
posted 8 years ago
Packages
Last updated 1 year ago.
0

The Filesystem interface exists to abstract all types of implementations that do not necessarily support chmod. What would chmod do if the implementation of the interface was the Windows filesystem, or AWS?

0

Cheater912 said:

What would chmod do if the implementation of the interface was the Windows filesystem, or AWS?

It would call the PHP chmod function and let PHP handle it for the platform - which may mean a no-op for platforms such as Windows.

The Filesystem class already has platform specific stuff anyway - check the arguments to the makeDirectory method.

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.