Hi!

Our application uses geotools to write shapefiles.

Under particular Windows XP instance our application creates shapefiles 
without Everyone permission, and this causes troubles.

However, code like (launched from under our app):
BufferedWriter bw = new BufferedWriter(new FileWriter(new 
File(".").getCanonicalPath() +"/test.txt"));;
bw.write("test");
bw.close();
will create test.txt having Everyone permission.

Any ideas would be appreciated...

Thanks,
Sergey

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to