|
⇤ ← Revision 1 as of 2004-06-24 20:54:56
Size: 544
Comment:
|
← Revision 2 as of 2009-09-20 22:02:42 ⇥
Size: 544
Comment: converted to 1.6 markup
|
| No differences found! | |
Check In / Check Out
To GET a file:
boolean success=resource.getMethod("/slide/files/testDir/testFile.xml",new java.io.File("C:\\luanne\\file1.xml"));Checkout the file:
boolean success=resource.checkoutMethod("/slide/files/testDir/testFile.xml");PUT the file:
boolean success=resource.putMethod("/slide/files/testDir/testFile.xml",new java.io.File("C:\\luanne\\file1.xml"));Checkin the file:
boolean resource.checkinMethod("/slide/files/testDir/testFile.xml");