We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdad47 commit 4dd38abCopy full SHA for 4dd38ab
src/main/java/org/cryptomator/cryptofs/CryptoPathMapper.java
@@ -85,7 +85,8 @@ public void assertNonExisting(CryptoPath cleartextPath) throws FileAlreadyExists
85
/**
86
* @param cleartextPath A path
87
* @return The file type for the given path (if it exists)
88
- * @throws NoSuchFileException If no node exists at the given path for any known type
+ * @throws NoSuchFileException If the ciphertext path does not exist
89
+ * @throws InvalidFileNodeException If the node points to a ciphertext directory, which does not contain an identification file
90
* @throws IOException
91
*/
92
public CiphertextFileType getCiphertextFileType(CryptoPath cleartextPath) throws NoSuchFileException, IOException {
0 commit comments