| Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 | 1. MATCHNAME stem.o size #12535 Posted by: cliff 2008-11-29 07:12:03 | Hi All,
I'm using MATCHNAME to get the sizes of selected files.
I have a file that is 450,560,000K (according to window's explore 'properties') When I call the MATCHNAME I get the value 1811939221. All of my smaller files are reported correctly.
I is there a size restriction on stems or MATCHNAME .0 returns?
I do have numeric digits set at 25.
thanks, cliff:-)cliff:-) | 2. #12537 | There's a limit of about 4 gig in size. | 3. #12540 Posted by: cliff 2008-12-02 00:44:39 | Hmmm, any way to up that? cliff:-) | 4. #12541 | What are you using the size for? Reginald I/O operations (ie, CHARS, CHARIN, CHAROUT, LINEIN, LINEOUT, etc) all assume this size limit, so it would be major rewrite to support larger file sizes. (But a 64-bit version wouldn't be out of the question in the future. I've been doing a bit of 64-bit Linux programming lately). | 5. #12543 Posted by: cliff 2008-12-02 23:53:11 | Jeff,
I'm just trying to get the size of the file. I'm working on an app to track the growth of my SQL-SERVER database files.
I issue a; result = MATCHNAME(,'fileName',dbFilePath,'DSNHCRAT', 'NSA') and get the file size from the fileName.0 stem.
It returns the correct value for all of my files except for my big boy which is 450gb. For that MATCHNAME retruns a value of 1811939221 which make me think that ether MATCHNAME or the stem can't handle that size value.cliff:-) | Forum List • Thread List • Reply • Refresh • New Topic • Search • Previous • Next 1 |
|
|