From 643e29c7362305d37a3bbfc82e9654653ff4884a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 21 Jan 2008 22:10:20 +0000 Subject: added function BLI_filepathsize - so you dont have to open the file to get its size. made render Touch function remove the touched file if the animation is canceled. --- source/blender/blenlib/BLI_blenlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_blenlib.h') diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h index fed513d3279..4fc4241e6dc 100644 --- a/source/blender/blenlib/BLI_blenlib.h +++ b/source/blender/blenlib/BLI_blenlib.h @@ -272,6 +272,7 @@ int BLI_getInstallationDir(char *str); /* BLI_storage.h */ int BLI_filesize(int file); +int BLI_filepathsize(const char *path); double BLI_diskfree(char *dir); char *BLI_getwdN(char *dir); void BLI_hide_dot_files(int set); -- cgit v1.2.3