search for: createdirectory

Displaying 7 results from an estimated 7 matches for "createdirectory".

Did you mean: create_directory
2008 Oct 17
2
problem usrmgr Version 3.2.4
hi , i have a few problems with usmgr on Version 3.2.4 ( Version 3.2.4-8.1-1931-SUSE-SL11.0 ) samba pdc ldap the download version from ms http://www.microsoft.com/Downloads/details.aspx?FamilyID=c0011ab8-3178-4701-a791-eafba0f42de2&displaylang=en doesnt work giving "device attached to the system is not functioning" whatever i do a old version from usermgr works partially but magic
2008 Oct 21
0
3.2.4 CreateDirectory panic
Hi, For some reason I am not able to send the level 10 debug output as an attachment to the list. Therefore, I have prepared a download link: http://www.wzb.eu/wzb/dv/downloads/log.smbd.gz Cheers, Peter
2006 May 26
13
win32-dir, unicode
Hi, I''ve got a preliminary version of the pure Ruby version of win32-dir in CVS. However, I was hoping to work out the Unicode issue. Run this: from = "C:\\test" to = "?????" Dir.mkdir(from) unless File.exists?(from) Dir.create_junction(to, from) It works, but my explorer (and dos) window shows the name garbled. I don''t think it''s a font
2018 Dec 28
0
Wine release 4.0-rc4
...wrc: Support more languages. wmc: Support more languages. user32: Clear %edi register when calling window procedure. André Hentschel (2): shlwapi: Remove dead code (coverity). ntdll: Use correct PC for instruction decoding on ARM64. Dmitry Timoshkov (1): kernel32: CreateDirectory shouldn't return ERROR_ACCESS_DENIED for the root of the drive. Isira Seneviratne (2): po: Add Sinhala translation. po: Update Sinhala translation. Józef Kucia (3): d3d9: Fix Reset() with system memory buffers. d3d8: Fix Reset() with system memory buffers. wined3...
2007 Oct 04
0
Prototyping the Dir class
...ctory(buf.length, buf) == 0 raise ArgumentError, get_last_error end buf.unpack("Z*")[0] end # The ''permissions'' could be a Security::Attributes object # of some sort. # def self.mkdir(dirname, permissions = nil) unless CreateDirectory(dirname, permissions) raise ArgumentError, get_last_error end end attr_reader :path # Blend new and open into one method def initialize(path) @path = path + "\\*" @path.tr!(File::SEPARATOR, File::ALT_SEPARATOR) @fdata = 0.chr * 320...
2011 Mar 24
3
Can't get 'dos filemode' to work as expected
Hello, After an upgrade to samba 3.5.8 (from 3.2.5) the option 'dos filemode' does not seem to work anymore. If I (as a user) do not own the file I can't change permissions. I am user 'felix' and member of supplementary group 'Development'. To test things I use the following share definition: [Temp] path = /srv/samba/file-shares/tmp browseable =
2009 Feb 13
0
Wine release 1.1.15
...ctored exception handlers too. kernel32/tests: Print some more details on directory test failures. kernel32/tests: Allow more error codes from GetDiskFreeSpace. kernel32/tests: Use a better invalid filename than "foo". kernel32/tests: Don't hardcode C drive for CreateDirectory tests. kernel32/tests: Add another error code in the CreateDirectory test. setupapi/tests: Don't compare the drive letter of expanded file paths. dbghelp: Fix pool allocation routines to be able to support arbitrary sizes. dbghelp: Allocate enough memory initially for re...