d122a6e31d
PR: 62755 Approved by: mat (mentor).
11 lines
385 B
Text
11 lines
385 B
Text
--- app/gambas/FPropertyFile.class.orig Wed Feb 11 14:30:02 2004
|
|
+++ app/gambas/FPropertyFile.class Thu Feb 12 22:05:37 2004
|
|
@@ -41,7 +41,7 @@
|
|
|
|
sTemp = Temp$
|
|
|
|
- SHELL "(cd " & Project.Quote($sPath) & "; du -b | tail -n1 > " & sTemp & ")" WAIT
|
|
+ SHELL "(cd " & Project.Quote($sPath) & "; du -k | tail -n1 > " & sTemp & ")" WAIT
|
|
iSize = Val(File.Load(sTemp))
|
|
|
|
ELSE
|