Searched refs:templocationURL (Results 1 – 1 of 1) sorted by relevance
44 private String templocationURL = ""; field in OfficeAttachment55 templocationSystem = templocationURL = System.getProperty( "user.home" ); in OfficeAttachment()58 while( templocationURL.indexOf( "\\" ) != -1 ) in OfficeAttachment()60 int sepPos = templocationURL.indexOf( "\\" ); in OfficeAttachment()61 String firstPart = templocationURL.substring( 0, sepPos ); in OfficeAttachment()62 String lastPart = templocationURL.substring( sepPos + 1, templocationURL.length() ); in OfficeAttachment()63 templocationURL = firstPart + "/" + lastPart; in OfficeAttachment()101 String filenameURL = "file:///" + templocationURL + "/" + attachmentName; in createTempDocs()
Completed in 6 milliseconds