| 144 | // Get modified timestamp |
| 145 | if (path != "") { |
| 146 | struct stat statbuf; |
| 147 | if (!stat(path.c_str(), &statbuf)) { |
| 148 | #if defined ARCH_MAC |
| 149 | plugin->modifiedTimestamp = (double) statbuf.st_mtimespec.tv_sec + statbuf.st_mtimespec.tv_nsec * 1e-9; |