Name
SPVM::File::Find::Callback::DanglingSymlinks - Callback for dangling_symlinks Option
Description
File::Find::Callback::DanglingSymlinks interface in SPVM has an interface method for the callback method for dangling_symlinks
option.
Usage
File::Find->new({
dangling_symlinks => method : void ($name : string, $dir : string) {
}
});
Interface Methods
required method : void ($name : string, $dir : string);
An interface method for the callback method for dangling_symlinks
option.
See Also
Copyright & License
Copyright (c) 2025 Yuki Kimoto
MIT License