Hi, it would be interesting if the module implemented a file exists test. I know that unfortunately node is deprecating that feature from the API and suggesting use of stat instead. There is a novel reason for this module to have an exists though. If the real sizes option is turned on that means we have to decrypt potentially large files to tell if it exists or not.
Hi, it would be interesting if the module implemented a file exists test. I know that unfortunately node is deprecating that feature from the API and suggesting use of stat instead. There is a novel reason for this module to have an exists though. If the real sizes option is turned on that means we have to decrypt potentially large files to tell if it exists or not.