Administrators Jon Posted July 8, 2014 Administrators Share Posted July 8, 2014 expandcollapse popupExtended Path Checked (should have worked ok in 3.3.12.0) ========================================================= DirCreate DirGetSize FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetSize FileGetShortName FileGetTime FileGetVersion FileRead FileReadLine FileReadToArray FileSetPos FileWrite FileWriteLine Extended Path Fixed in 3.3.13.1+ (Didn't work correctly in 3.3.12.0) ==================================================================== FileCopy FileDelete FileMove FileOpen (when used with DirCreate flag) Extended Path Rewrite Needed ============================ DirCopy (shell32) DirMove (shell32) DirRemove (shell32) FileSetAttrib FileSetTime FileCreateNTFSLink FileInstall IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection Extended Path Incompatible (Underlying API does not support) - Some may be possible to rewrite ============================================================================================== FileChangeDir (no function exists that can set directory with long paths) FileCreateShortcut (shell32) FileGetShortcut (shell32) FileOpenDialog (shell32) FileRecycle (shell32) FileRecycleEmpty (shell32) FileSaveDialog (shell32) FileSelectFolder (shell32) mLipok, saudumm and JScript 2 1 Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Mat Posted July 8, 2014 Share Posted July 8, 2014 Do you need a C library for ini functions? Would it help if it was written using the old plugin headers and AutoIt types from that? AutoIt Project Listing Link to comment Share on other sites More sharing options...
Administrators Jon Posted July 8, 2014 Author Administrators Share Posted July 8, 2014 Nah, it needs to be a non-C library version that uses the Win32 API CreateFile/Read/Write functions. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
Iczer Posted July 10, 2014 Share Posted July 10, 2014 hmm... if there are extended length support in file functions to come - is some dedicated function to validate normal/extended length path/filepath planned? Link to comment Share on other sites More sharing options...
orbs Posted August 11, 2014 Share Posted August 11, 2014 tested with latest beta 3.3.13.16 - tested DirCreate() found it is working, but it requires the calling script to add the unicode prefix. tested DirRemove - it works only if i do NOT add the unicode prefix (if i add it, DirRemove fails). adding the unicode prefix selectively to existing scripts would be a considerable headache. any chance of making all relevant File* and Dir* functions add the unicode prefix internally? Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff Link to comment Share on other sites More sharing options...
GogoTraining Posted May 1, 2017 Share Posted May 1, 2017 Some dedicated function to validate normal/extended length path/filepath planned? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now