Click or drag to resize

filePathOperations Methods

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The filePathOperations type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Public methodStatic memberaddFileNameSufix
2017: inserts supplied sufix before .extension and after filenameWithoutExtension. It will put \"_\" between original filename and sufix
Public methodStatic memberaddTimeStamp
Inserts timestamp as filename sufix
Public methodStatic memberaddUniqueSufix
Path unique sufix automatic counter. It will add to filename numeric counter of priorly existed files. Also it may add preTestPrefix on filename at beginning of the procedure.
Public methodStatic memberfindFiles
Pronalazi fajlove koji odgovaraju pretrazi
Public methodStatic membergetAbsoluteDirectory
2017: Returns DirectoryInfo - found or created for path made from> current directory, folderEnum and subfolderPath
Public methodStatic membergetAbsoluteFilePath
2017: Returns the absolute path - starting with the current directory, adding folderEnum and subfolderPath - if any supplied.
Public methodStatic membergetCleanFilepath
Public methodStatic membergetCleanFilePath
2017: Removes forbiden characters from file path and double \\\\ but leaves underline
Public methodStatic membergetCleanPropertyName
Izdvaja ime propertija u member path-u. --- brise sve simbole koji cine elemente patha
Public methodStatic membergetFilename
2017c> Makes proper filename our of any string -- better than> getCleanFilePath(String) (Izbacuje iz imena fajla sve nepravilne karaktere)
Public methodStatic memberGetImageFormatByExtension
Gets the image format by extension.
Public methodStatic membergetPathOrDefault
Ako je path prazan onda vraca podrazumevani path
Public methodStatic membergetWritableFile
Gets writable file based on selected mode. By default it will do overwrite. Autorename calls addUniqueSufix(String, String) extension that counts existing files and sets proper number.
Public methodStatic memberopenFileToList(FileInfo, Boolean, Encoding)
Opens the file to string list
Public methodStatic memberopenFileToList(String, Boolean, Encoding)
Opens the file to string list
Public methodStatic memberremoveStrings
Removes all substrings from the input string
Public methodStatic membersaveStringToFile
Saves complete string into path
Top
See Also