|
Java™ by example!
|
|
|
How do I create a subdirectory using the JNDI file system provider?
Use the method createSubcontext. The following example creates a subdirectory jnditest in c:\temp. If the subdirectory already exists, a javax.naming.NameAlreadyBoundException is thrown. Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|