setStat method

Future<void> setStat(
  1. FileStat stat
)

Implementation

Future<void> setStat(io.FileStat stat) async {
  client.log('WebDAV: PROPPATCH (Folder) $path - not supported by Filen API');
  // Filen API maybe doesn't provide folder timestamp updates
  // Silently ignore or throw based on requirements
}