I am looking for ways to implement filesystem operations using php with transaction support. Like if I am performing operations like move, copy and delete inside a transaction, if one of them fails, the script needs to revert all those operations already performed. I am kind of clueless and am seeking guidance how it can be achieved. And if available libraries or solutions exists? I apologize if the question sounds vague.I am looking for ways to implement filesystem o