Hi Andrew, The definitions I use actually is:
#(define comml (object->string (command-line))) #(define loc (+ (string-rindex comml #\space ) 2)) #(define commllen (- (string-length comml) 2)) #(define filen (substring comml loc commllen)) #(define siz (object->string (stat:size (stat filen)))) Need to analyze what happens in detail to loc and commllen when there are spaces in the directory name. JM > Le 18 nov. 2015 à 01:46, Andrew Bernard <[email protected]> a écrit : > > Hi Jacques, > > Using this function: > > (define (file-size f) > (stat:size (stat f))) > > with guile 1.8 you can stat files with spaces in the directory path and the > file name part just fine. > > Andrew > > > > _______________________________________________ > lilypond-user mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
