mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
better documentation for getFolderPathPlain()
This commit is contained in:
parent
2fb95a1d4a
commit
1ddc9ea337
|
@ -486,9 +486,13 @@ class SeedDMS_Core_Folder extends SeedDMS_Core_Object {
|
|||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Returns a unix file system path
|
||||
* Returns a file system path
|
||||
*
|
||||
* @return string path separated with '/'
|
||||
* This path contains spaces around the slashes for better readability.
|
||||
* Run str_replace(' / ', '/', $path) on it to get a valid unix
|
||||
* file system path.
|
||||
*
|
||||
* @return string path separated with ' / '
|
||||
*/
|
||||
function getFolderPathPlain() { /* {{{ */
|
||||
$path="";
|
||||
|
|
Loading…
Reference in New Issue
Block a user