search for: fileexist

Displaying 9 results from an estimated 9 matches for "fileexist".

Did you mean: fileexists
2006 Jul 07
3
attach and detach question
I have a large R program that I am constantly running over and over again. At the beginning of this program, I create a hige matrix and a huge dataframe but these are constant. What I mean by constant is that, if I run the program over later, I really should just use the old matrix and dataframe ( if they exist ) that were created in a previous run so that the program doesn't have to spend
2003 May 22
1
[LLVMdev] allow gcc .... /full/path/to/libfoo.a
...ol LoadLibraryFromDirectory(const std::string &LibName, - const std::string &Directory, - std::vector<Module*> &Objects, - bool &isArchive) { - if (FileExists(Directory + "lib" + LibName + ".a")) { - std::string ErrorMessage; - if (Verbose) std::cerr << " Loading '" << Directory << "lib" - << LibName << ".a'\n"; - if (!ReadArchiveF...
2004 Jul 07
9
Windows 2K outperform Linux/Samba very much?
...e computers' configurations are as follows: 1. PC Client It runs the follow VB program to compute the time when check files' property Operation System: Windows 2000 professional // ... Set objFSO = CreateObject("Scripting.FileSystemObject") thistime = thisnow If objFSO.FileExists(fn) Then totle = totle & "Check file time " & CStr(thisnow - thistime) + " ms" + vbCrLf thistime = thisnow Set objFile = objFSO.GetFile(fn) totle = totle & "Get object time " & CStr(thisnow - thistime) + " ms" + vbCrLf thistime = th...
2003 Sep 30
0
VB Code to convert BMP to LSS for splash screens
...yte Dim dBitmapRow As String Dim dBuffer As String Dim dLSSRow As String sourcefile = "I:\PXE Server\splash.bmp" outputfile = "I:\PXE Server\splash.lss" Set fileSystem = CreateObject("Scripting.FileSystemObject") If fileSystem.FileExists(sourcefile) Then Open sourcefile For Binary As #1 If fileSystem.FileExists(outputfile) Then fileSystem.DeleteFile (outputfile), True Open outputfile For Binary As #2 Else DebugStr = "Failure" Exit Sub End If Get #1, , myBmpHeader...
2006 Jul 09
1
last 2 questions about save and load
i played around and i get the hang of save and load. I just have two final questions : 1) is loading the RandomFields package the only way to check if a file ( created through the save function ) is out there or not ? Because, I generally won't know if one has been created yet or not. 2) Suppose, you have the case where you created and saved a file. When you do an ls() without loading that
2010 Jul 12
0
Inconsistent Behavior in SYSTEMSTATUS After System() Call
...o any of the extensions being used, but all subsequent calls return SUCCESS on these tests when APPERROR should be returned, based upon the exit code from test on the command line. I tried using the replacement "test" script provided here [http://www.voip-info.org/wiki/view/Asterisk+tips+fileexistance] without any change in response. I'm a little stumped by this one, and though I admit to being an Asterisk newbie, I fail to understand why it works correctly and exactly once upon Asterisk startup, but no time thereafter. For what it's worth, the latest version of Asterisk (1.6.2.9)...
2011 Aug 27
5
image override*
...ata.original_filename # Store the data for later use @photo_data = data end name = File.join PHOTO_STORE, self.filename File.open(name, ''wb'') do |f| f.write(@photo_data.read) end @photo_data = nil end end end def fileexist if FileTest.exists?(RAILS_ROOT + "public/images/#{@photo_data}") render :text => "yes" else render :text => "no " end end ************************ <table> <tr> <th>Filename</th> </tr> <% @photos.each do...
2012 Aug 17
0
Wine release 1.5.11
...tions for 64-bit. msvcr100: Add the 64-bit variants of the C++ exported names. winex11: Release the keyboard lock before sending input to the server. Alistair Leslie-Hughes (3): scrrun: Implement IFileSystem3 FolderExists. scrrun: Add missing id value. scrrun: Correct FileExists for directories. Andrew Eikum (3): mciavi32: Advance video frames based on frame duration, not audio sample rate. winealsa.drv: Don't cap the allowed number of channels. winealsa.drv: Remap mmdevapi channels to correct ALSA channels. Andr? Hentschel (6): winedbg: Add...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251 Bug ID: 95251 Summary: vdpau decoder capabilities: not supported Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at