This commit is contained in:
ろむねこ 2023-12-21 15:03:44 +09:00 committed by r-ca
parent 1a1446ac62
commit 6433b9a1ae
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -0,0 +1,11 @@
package one.nem.lacerta.source.file.model;
public class DirectoryItem {
String name;
String path;
boolean isDirectory;
String extension;
long size;
}