win_is_writable


win_is_writable ( $path )

Parameters:
  • (string) path Windows path to check for write-ability.
See:
Returns:
  • (bool) Whether the path is writable.
Defined at:

Description

Workaround for Windows bug in is_writable() functionPHP has issues with Windows ACL's for determine if a directory is writable or not, this works around them by checking the ability to open files rather than relying upon PHP to interprate the OS ACL.

Related Functions

wp_is_writable, is_iterable, wp_iso_descrambler, _get_list_table, is_countable

Top Google Results

User discussions

wpseek mobile