CBFS FUSE 2020 C++ Builder Edition

Questions / Feedback?

RmDir Event

Fires when the OS wants to remove (delete) a directory.

Syntax

typedef struct {
  String Path;
  int Result;
} TcbuFUSERmDirEventParams;

typedef void __fastcall (__closure *TcbuFUSERmDirEvent)(System::TObject* Sender, TcbuFUSERmDirEventParams *e);

__property TcbuFUSERmDirEvent OnRmDir = { read=FOnRmDir, write=FOnRmDir };

Remarks

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS FUSE 2020 C++ Builder Edition - Version 20.0 [Build 8348]