search for: get_file_name

Displaying 5 results from an estimated 5 matches for "get_file_name".

2009 Sep 22
1
How to get the current script file name in the script?
...file name in the script. But when I change the script name, I have to change the file name in the script to make sure the file name inside the script is synchronized with the script name. I am wondering if there is an automatic way to get the script file name in a script. Regards, Peng $ Rscript get_file_name.R > print('get_file_name.R') [1] "get_file_name.R" >
2001 Aug 16
1
Dungeon Keeper
...391 trace:module:GetProcAddress16 0226 'SignalProc32' trace:module:GetProcAddress16 returning 022f19c5 trace:module:GetModuleFileNameA C:\Program Files\Bullfrog\Keeper\KEEPER95.EXE trace:module:CreateProcessA app '(null)' cmdline 'debugger/winedbg 134631352 104' trace:module:get_file_name trying 'debugger/winedbg' trace:module:get_file_name trying 'debugger/winedbg 134631352' trace:module:get_file_name trying 'debugger/winedbg 134631352 104' err:seh:UnhandledExceptionFilter Couldn't start debugger (debugger/winedbg 134631352 104) (2) Read the Wine Develop...
2009 Jun 14
0
How to capture output from a subprocess?
## open a pipe a <- pipe("mplayer -slave -quiet /media/wind/Music/a.mp3","w") write("get_file_name",a) ## send get_file_name command to player. ## ANS_FILENAME='a.mp3' write("quit",a) ## exit mplayer Can I capture the output from mplayer into a R object? In this case, it is "ANS_FILENAME='a.mp3'". I try sink(), but it doesn't work as what I want to c...
2006 Jun 21
3
png() or jpeg() in a php script
Hello, I've got a problem with a PHP script, in which I call the system function (to call another processes). The call is : system("R --slave --vanilla < path/to/source/source.R"); if in this R file, I've got the lines: pdf(file="/path/to/file/file.pdf") commands dev.off() the pdf file is perfectly created but if I change the lines to:
2007 Jun 15
0
Wine release 0.9.39
...check happy. wintrust/tests: Simplify the code and improve consistency by removing unneeded function typedefs. wintrust/tests: Fix checks to be more informative when they fail. gdiplus: Add missing '\n' to ok() calls, Wine traces. regedit: Move PerformRegAction() and get_file_name() around to eliminate forward references. Make them static. crypt32: Add missing '\n' to ok() call. regedit: Remove setAppName() as the application name is hardcoded anyway. regedit: Remove cruft and make functions static, reordering where necessary to avoid forward declar...