Obsolete, 27

KindNameStateTagSeen fromLast seen
procedureClientTempFileName(Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureCreateClientTempSubDirectory()Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureUploadFileSilent(Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureUploadFileSilentToServerPath(Text, Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureUploadFileToServer(Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false, please use the UploadFile procedure.
procedureDownloadToFile(Text, Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false, please use the DownloadHandler(ServerFileName, '', '', '', ClientFileName) procedure.
procedureAppendAllTextToClientFile(Text, Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureMoveAndRenameClientFile(Text, Text, Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureCreateClientFile(Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureDeleteClientFile(Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureCopyClientFile(Text, Text, Boolean)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureClientFileExists(Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false, this procedure will always return false. This procedure will be removed.
procedureClientDirectoryExists(Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false, this procedure will always return false. This procedure will be removed.
procedureCreateClientDirectory(Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureDeleteClientDirectory(Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureUploadClientDirectorySilent(Text, Text, Boolean)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureMoveFile(Text, Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureGetClientDirectoryFilesList(var Record Name/Value Buffer, Text)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureGetClientFileProperties(Text, var Date, var Time, var BigInteger)Pending17.31719, gone
IsLocalFileSystemAccessible always returns false and this procedure will always throw an error.
procedureOpenFileDialog(Text[50], Text, Text)Pending17.31719, gone
The local file system is no longer accessible. Please use the UploadFile procedure.
procedureSaveFileDialog(Text[50], Text, Text)Pending17.31719, gone
The local file system is no longer accessible. The procedure will always return an empty string. This procdure will be removed.
procedureSelectFolderDialog(Text, var Text)Pending17.31719, gone
The local file system is no longer accessible and this procedure will always return false.
procedureIsLocalFileSystemAccessible()Pending17.31719, gone
The windows client type has been retired. This procedure will always return false.
procedureBrowseForFolderDialog(Text[50], Text, Boolean)Pending17.31719, gone
The procedure uses .NET which does not function on non-Windows client types.
procedureGetFileContent(Text)Pending17.01719, gone
GetFileContent will be replaced with GetFileContents. This currently uses InStream.ReadText() which only returns the stream contents up to the first line break character.
procedureSaveStreamToFileServerFolder(var Codeunit Temp Blob, Text, Text, Text)Pending17.01719, gone
Use the DownloadFromStream function to save the content of a stream locally.
procedureMoveAndRenameServerFile(Text, Text, Text)Pending17.01719, gone
Server files should not be edited directly on the server. Instead, use the DownloadFromStream function to get a local copy of the file on the server.