![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
<cfdirectory action="list" directory="\\file02\Share\" name="getList"> works as
expected. I get the list of all the folders at that level. <cfdirectory action="list" directory="\\file02\Share\" name="getList" recurse="yes"> throws an error: Error Occurred While Processing Request The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefined values. The error occurred in E:\Inetpub\wwwroot\foldersecurity\listing.cfm: line 4 2 : 3 : <!--- get current dir list ---> 4 : <cfdirectory action="list" directory="\\file02\Share\" name="getList" recurse="yes"> 5 : 6 : I thought maybe it was a permissions error? Any ideas are appreciated. All I really need is a dir listing of the top level and one level of subdirs. Thanks, -K |
| Sponsored Links |
|
|||
|
> I thought maybe it was a permissions error?
Me too. It's not a sensible error, given the code your provide. I suspect it's a CF bug in which it mishandles some unexpected permissions situation. Have you checked the relevant file system permissions, and worked out what might be triggering this? -- Adam |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise