![]() |
2009-07-02
, 01:05
|
Posts: 289 |
Thanked: 83 times |
Joined on Jul 2006
|
#12
|
That is not a good idea -- you will create a circular file reference. Any application (or something in the OS itself) trying to read your device will get stuck in a forever loop navigating /home/user/MyDocs/home/user/MyDocs/home/user/...(etc).
Recursive file scans using 'find' work fine... ie., don't get tripped by the above so I live fine with the mod.
--denis