Class QFile
Class QFile: Handles reading and writing of files on the file system
Located at includes/framework/QFile.class.php
public static
string|mixed
|
|
public static
|
|
public static
|
#
isWritable( $path )
Will work despite of Windows ACLs bug NOTE: use a trailing slash for folders!!! See http://bugs.php.net/bug.php?id=27609 AND http://bugs.php.net/bug.php?id=30931 Source: http://www.php.net/is_writable#73596 |