This commit is contained in:
ろむねこ 2023-12-21 15:03:44 +09:00
parent f2dfd2ca56
commit bbad45fbbd
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

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;
}