Uses of Class
ch.ivyteam.ivy.scripting.objects.File
Packages that use File
Package
Description
-
Uses of File in ch.ivyteam.ivy.htmldialog
Methods in ch.ivyteam.ivy.htmldialog with parameters of type File -
Uses of File in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return FileModifier and TypeMethodDescriptionFile.clone()File.deepClone()Creates and returns a copy of this object.File.getParentFile()Returns the parent file of this file.File.makePersistent(boolean overwrite) Makes a temporary file persistent.Moves this file to the file in the argument.Moves this file to the file specified by the path in the argument.Renames a file in the same directory.Methods in ch.ivyteam.ivy.scripting.objects that return types with arguments of type FileModifier and TypeMethodDescriptionFile.listFiles()Returns a list of ivy files denoting the files in the directory denoted by this ivy file.Methods in ch.ivyteam.ivy.scripting.objects with parameters of type FileModifier and TypeMethodDescriptionvoidCopies this file to a new location.Moves this file to the file in the argument.Constructors in ch.ivyteam.ivy.scripting.objects with parameters of type File -
Uses of File in ch.ivyteam.ivy.workflow.document
Methods in ch.ivyteam.ivy.workflow.document that return FileModifier and TypeMethodDescriptionIDocumentContentReader.asIvyFile()Deprecated, for removal: This API element is subject to removal in a future version.Attention: YOU SHOULD NOT USE THIS.Methods in ch.ivyteam.ivy.workflow.document with parameters of type FileModifier and TypeMethodDescriptionIDocumentContentWriter.withContentFrom(File content) Writes the content of the given file to the document
IHtmlDialogContext.fileLink(File)instead