Welcome To Snipplr


Everyone's Recent Snippets Tagged directory



here's a script, mod_files.sh, in ext/session for creating directory tree with depth X for sessions. As it stands, it's pretty poorly documented and very basic. I * got exceptionally bored and rewrote most of it, the patch is attached. It runs...
0 1850 posted 16 years ago by nkm
1 1909 posted 16 years ago by ginoplusio
0 1620 posted 16 years ago by Zwendel
1 1832 posted 16 years ago by blackf0rk
0 1982 posted 16 years ago by blackf0rk
Calculate dir size recursive, follow the link above because the version above is better.
0 1716 posted 16 years ago by ginoplusio
0 1157 posted 16 years ago by bigredjoe
0 1386 posted 16 years ago by garretjames
Sometime it is convenient to get recursive directory listing as array of items directory => (file array) Such as: Array ( [./a2temple] => Array ( [0] => example13.zip )...
2 1526 posted 16 years ago by artoodetoo
0 1598 posted 16 years ago by paulgrenwood
This assumes the modules names are CamelCase and not UPPERCASE.
0 2365 posted 16 years ago by blasterpal
0 1682 posted 16 years ago by wearetherock
0 1551 posted 16 years ago by dsntos
When using `ln` to create a link in a different directory, the semantics of creating hard and symbolic links differ. That is because a hard link contains a direct reference to its target's data, while a symbolic link is just a string containing a (p...
1 2034 posted 16 years ago by deepsoul
By requinix
0 1402 posted 16 years ago by smoover
3 1939 posted 16 years ago by fackz
Flash has a weird cache mechanism, this makes sure that the browser isn't caching any data.
0 2932 posted 16 years ago by iloveitaly
This snippet will create an array of all images in a directory and sub-directories and display them randomly.
4 5197 posted 16 years ago by superuntitled
Like python's os.listdir
1 2023 posted 16 years ago by iloveitaly
change user's home directory
0 1404 posted 17 years ago by stiobhart
2 1442 posted 17 years ago by dennyhalim
This function simply takes a Windows UTC timestamp and converts it to Unix epoch. This was useful when I was pulling LDAP information from Active Directory and the timestamps were ridiculous. Windows builds timestamps by counting seconds since Janua...
0 1974 posted 17 years ago by cllorca
1 1647 posted 17 years ago by dsntos
I always forget this.
0 1632 posted 17 years ago by tclancy
Here’s a snippet that can help you to remove a non-empty directory from the server. It’s a recursive function that deletes the directory with its files, folders and sub-folders.
2 1912 posted 17 years ago by fackz
This is a function that selects files from a directory and orders them by the last time they were changed, in ascending or descending order. The snippet also calculates how much time passed since the file’s content was changed.
2 2770 posted 17 years ago by fackz
Helpfull function to remove recursively specific folders.
3 1871 posted 17 years ago by eden159
3 2194 posted 17 years ago by fruehjahr